put.io
Adds an option to right-click menu that downloads the link with put.io.
put.ioとは何ですか?
put.ioはhttps://put.ioによって開発されたChromeの拡張機能で、その主な機能は「Adds an option to right-click menu that downloads the link with put.io.」です。
拡張機能のスクリーンショット
put.io拡張機能のCRXファイルをダウンロード
put.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Enables right click downloads to put.io on any page.                     拡張機能の基本情報
| 名前 |   |  
| ID | gmlaklldebhgnhfoppklejnjcmndcehf | 
| 公式URL | https://chromewebstore.google.com/detail/putio/gmlaklldebhgnhfoppklejnjcmndcehf | 
| 説明 | Adds an option to right-click menu that downloads the link with put.io. | 
| ファイルサイズ | 43.34 KB | 
| インストール数 | 2,871 | 
| 現在のバージョン | 3.0.1 | 
| 最終更新日 | 2023-12-06 | 
| 公開日 | 2020-06-12 | 
| 評価 | 4.13/5 合計 23 レビュー | 
| 開発者 | https://put.io | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://put.io | 
| ヘルプページのURL | https://github.com/putdotio/putio-webextension/issues | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.1",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/putdotio\/putio-webextension",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBY\/vZ2HE8Vul6TqZA+q\/c5ZLEWLWkk4Cd5tz5RHBi2DqMvty\/evWUtQgZ3XVDKLGAA+KU1YYDc9UKR4WJ+UBmIos+rJHKWl\/gm4ClCn2EUsAk3JtucexhFFc6DZzMCyH+ZAn5103eCozVCYV6C+9HDrgeBJyRc8HIDDy2i+mAzwIDAQAB",
    "permissions": [
        "contextMenus",
        "identity",
        "storage",
        "notifications"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}  |  |