Forkfile Download Manager
Forkfile Download Manager
Forkfile Download Managerとは何ですか?
Forkfile Download Managerはhttps://forkfile.comによって開発されたChromeの拡張機能で、その主な機能は「Forkfile Download Manager」です。
拡張機能のスクリーンショット
Forkfile Download Manager拡張機能のCRXファイルをダウンロード
Forkfile Download Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically manage download task for Wdupload, Extmatrix, Uploaded, Alfafile, etc. How to use: Right click on the page of file, click "Add to Forkfile", you will see the task on Forkfile and get generated download link shortly.
拡張機能の基本情報
名前 | Forkfile Download Manager |
ID | olifkhgiaclmeffmbahghkpapnfipibl |
公式URL | https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl |
説明 | Forkfile Download Manager |
ファイルサイズ | 478 KB |
インストール数 | 756 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-02-27 |
公開日 | 2020-02-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://forkfile.com |
支払い方法 | free |
拡張機能のウェブサイト | https://forkfile.com |
ヘルプページのURL | https://forkfile.com/extension_tutorial.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forkfile Download Manager", "version": "1.0.1", "description": "Forkfile Download Manager", "permissions": [ "contextMenus", "notifications", "activeTab", "*:\/\/forkfile.com\/*" ], "web_accessible_resources": [ "images\/logo.png" ], "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2 } |