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.
扩展基本信息
名称 | put.io |
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 |
电子邮箱 | [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" } } |