Download by extension
You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.
Was ist Download by extension?
Download by extension ist eine Chrome-Erweiterung, die von Dmitry Dmitrienko entwickelt wurde, und ihr Hauptmerkmal ist "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.".
Erweiterungsscreenshots
Download by extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download by extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
To configure the extension, right-click the extension icon in your web-browser. In the context menu, choose "Settings", the Settings dialog will appear. Then, you should add rules. To do so, click the "Add rule" button, a row with a new rule will be added to the rule table. In the "File types" column you specify file types, for example, documents, images, music, etc. In the "Directory" column you specify the path to save files. Please note that this path is specified with respect to the browser's download folder(by default, it is C:\\Users\\user\\Downloads). If you specify the path music for the "Music" category in the "Directory" column, the real path to this file will be. C:\Users\user\Downloads\music . You can specify paths with any nesting level, for example, music\mp3 . Email for question: [email protected]
Grundlegende Informationen zur Erweiterung
Name | Download by extension |
ID | ogflhjilpmfeejjdnelhakfokcldpfki |
Offizielle URL | https://chromewebstore.google.com/detail/download-by-extension/ogflhjilpmfeejjdnelhakfokcldpfki |
Beschreibung | You can download files to the theme folder: music in the music folder, movies in the movie folder, etc. |
Dateigröße | 158 KB |
Installationsanzahl | 1,146 |
Aktuelle Version | 0.7.1 |
Letztes Update | 2014-10-24 |
Veröffentlichungsdatum | 2014-10-24 |
Bewertung | 4.37/5 Insgesamt 27 Bewertungen |
Entwickler | Dmitry Dmitrienko |
Zahlungsart | free |
Unterstützte Sprachen | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download by extension", "description": "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.", "version": "0.7.1", "background": { "persistent": false, "scripts": [ "js\/extension.min.js" ] }, "options_page": "options.html", "default_locale": "ru", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "downloads" ] } |