From 1fb586608c819e4cb16e85cda723c1874162261c Mon Sep 17 00:00:00 2001 From: flatgreen Date: Fri, 16 Aug 2019 13:55:48 +0200 Subject: [PATCH] change manifest, add readme.md --- .gitignore | 4 +++- manifest.json | 2 +- readme.md | 26 ++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 readme.md diff --git a/.gitignore b/.gitignore index cc786a9..c42cbc5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -doc/ \ No newline at end of file +doc/ +UrlToJD2.zip +git.sh \ No newline at end of file diff --git a/manifest.json b/manifest.json index e289751..b3c8966 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "browser_specific_settings": { "gecko": { "id": "urltojd2@gteam.fr", - "strict_min_version": "55" + "strict_min_version": "55.0" } }, diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d3a4071 --- /dev/null +++ b/readme.md @@ -0,0 +1,26 @@ +# UrlToJD2 +Push the current url navigator or an url in a link (right-click) to the download manager JDownloader 2. + +# Getting Started +This addons use the remote control API (externInterface: Flashgot) to send the url to JDownloader2. + +## Prerequisites +Install [JDownloader2](http://beta.jdownloader.org/). +In "advanced parameters" search "RemoteAPI". +The value of "Authorized Website" must look like: ["127.0.0.1", "localhost"] +JD2 is now ready to listen ! + +## Option +"autostart" checked by default: pass directly from JD2 Linkgrabbler to download list. + +## Note +If you want a more complete addons with JD2, try [the official one:](https://my.jdownloader.org/apps/) + +## Code Source +[UrlToJD2](https://framagit.org/GTeam/urltojd2) + +# License +This project is licensed under the Mozilla Public License, version 2.0 + +##Acknowledgments +icon: [primofenax](https://www.deviantart.com/primofenax/art/icon-Minimal-JDownloader-Icon-313625363)