DownRight
Puts your DOWNloads in the RIGHT location.
DownRightとは何ですか?
DownRightはfreenikによって開発されたChromeの拡張機能で、その主な機能は「Puts your DOWNloads in the RIGHT location.」です。
拡張機能のスクリーンショット
DownRight拡張機能のCRXファイルをダウンロード
DownRight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Puts your DOWNloads in the RIGHT location. The extension will create sub-folders based on the file type to prevent dowloads folder from turning into trash can. Coming soon: Categorization based on download source.
拡張機能の基本情報
名前 | DownRight |
ID | hmfjendlfobofbmmjakjebmkdanhkagj |
公式URL | https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj |
説明 | Puts your DOWNloads in the RIGHT location. |
ファイルサイズ | 25.24 KB |
インストール数 | 17 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-12-04 |
公開日 | 2019-12-02 |
開発者 | freenik |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DownRight", "version": "1.0.2", "description": "Puts your DOWNloads in the RIGHT location.", "icons": { "48": "icons\/border-48.png", "96": "icons\/border-96.png", "512": "icons\/border-512.png" }, "background": { "persistent": true, "scripts": [ "lib\/downloadManager.js", "lib\/downloadLocationRules.js", "background.js" ] }, "permissions": [ "contextMenus", "downloads", "management" ] } |