Folx

Add the downloads directly to Folx app with the right click of a mouse on a file in your browser

Folxとは何ですか?

Folxはhttps://www.electronic.usによって開発されたChromeの拡張機能で、その主な機能は「Add the downloads directly to Folx app with the right click of a mouse on a file in your browser」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Folx拡張機能のCRXファイルをダウンロード

Folx拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Folx add-on allows either automatic capturing of download links or adding new downloads to Folx with the right-click menu in Chrome browser. Compatible with Folx starting with version 5.0. Folx is an app for fast and convenient downloading of files from Internet. This download manager has an easy Mac-style interface and allows prioritizing your downloads, resuming interrupted downloads, and splitting the downloads in threads. Folx allows convenient scheduling of downloading process and can be integrated with iTunes. You can also control the download speed, tag the downloaded files to easily locate them on computer, and more.                    

拡張機能の基本情報

名前 Folx Folx
ID dmednmeainmagnoalnnmbbkieonjpjfd
公式URL https://chromewebstore.google.com/detail/folx/dmednmeainmagnoalnnmbbkieonjpjfd
説明 Add the downloads directly to Folx app with the right click of a mouse on a file in your browser
ファイルサイズ 54.34 KB
インストール数 40,000
現在のバージョン 5.30
最終更新日 2022-03-07
公開日 2020-03-30
評価 2.49/5 合計 35 レビュー
開発者 https://www.electronic.us
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.electronic.us/products/folx/
ヘルプページのURL https://www.electronic.us/contacts.html
プライバシーポリシーページのURL https://www.electronic.us/company/policies
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/endscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "25.0.0.0",
    "permissions": [
        "",
        "downloads",
        "contextMenus",
        "nativeMessaging",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "version": "5.30"
}