Smart Downloader
Organize your downloads using custom-made rules
Smart Downloaderとは何ですか?
Smart Downloaderはfmatosによって開発されたChromeの拡張機能で、その主な機能は「Organize your downloads using custom-made rules」です。
拡張機能のスクリーンショット
Smart Downloader拡張機能のCRXファイルをダウンロード
Smart Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Customize download location based on file origin and extension
拡張機能の基本情報
名前 | Smart Downloader |
ID | amjbojadgbdeocfblkolikemjohpkblc |
公式URL | https://chromewebstore.google.com/detail/smart-downloader/amjbojadgbdeocfblkolikemjohpkblc |
説明 | Organize your downloads using custom-made rules |
ファイルサイズ | 2.28 MB |
インストール数 | 82 |
現在のバージョン | 0.0.1 |
最終更新日 | 2018-11-11 |
公開日 | 2018-11-11 |
開発者 | fmatos |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Downloader", "version": "0.0.1", "description": "Organize your downloads using custom-made rules", "manifest_version": 2, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "downloads", "storage", "activeTab" ] } |