Forkfile Download Manager

Forkfile Download Manager

Forkfile Download Manager란 무엇입니까?

Forkfile Download Manager은(는) https://forkfile.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Forkfile Download Manager"입니다.

확장 프로그램 스크린샷

screenshot

Forkfile Download Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}