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.
扩展基本信息
名称 | |
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 } |