Downloads Pro
A clean and modern download manager for professionals.
Downloads Proとは何ですか?
Downloads ProはNer Karsoによって開発されたChromeの拡張機能で、その主な機能は「A clean and modern download manager for professionals.」です。
拡張機能のスクリーンショット
Downloads Pro拡張機能のCRXファイルをダウンロード
Downloads Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
What's New - User color scheme support - New light and dark theme - Fresh and polished design - Fixed some minor bugs This extension blends seamlessly with your browser's UI and you can easily access all your downloads with a single click. *This extension does not track you!
拡張機能の基本情報
名前 | Downloads Pro |
ID | lhhocifdmhogpekeppdjamkelohahbop |
公式URL | https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop |
説明 | A clean and modern download manager for professionals. |
ファイルサイズ | 18.72 KB |
インストール数 | 6,216 |
現在のバージョン | 3.0.2 |
最終更新日 | 2021-04-03 |
公開日 | 2019-10-26 |
評価 | 4.56/5 合計 66 レビュー |
開発者 | Ner Karso |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "3.0.2", "name": "Downloads Pro", "short_name": "Downloads", "description": "A clean and modern download manager for professionals.", "icons": { "16": "img\/icons\/icon-16x16.png", "48": "img\/icons\/icon-48x48.png", "128": "img\/icons\/icon-128x128.png" }, "browser_action": { "default_icon": "img\/icons\/icon-48x48.png", "default_popup": "popup.html", "default_title": "Downloads" }, "content_scripts": [ { "js": [ "js\/gizmo.js" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ "img\/icons\/icon-48x48.png" ], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "*:\/\/*\/*", "activeTab", "downloads.open", "downloads.shelf", "downloads" ], "incognito": "split" } |