Forkfile Download Manager

Forkfile Download Manager

什麼是Forkfile Download Manager?

Forkfile Download Manager是由https://forkfile.com開發的Chrome擴展程式,該擴展的主要功能是“Forkfile Download Manager”。

擴展截圖

screenshot

下載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 Forkfile Download Manager
ID olifkhgiaclmeffmbahghkpapnfipibl
官方網址 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
}