Chromission
Chrome Transmission interative extension to add access and control torrents with Chrome.
什么是Chromission?
Chromission是由Augusto Campos开发的Chrome扩展程序,该扩展的主要功能是“Chrome Transmission interative extension to add access and control torrents with Chrome.”。
扩展截图
下载Chromission扩展crx文件
下载Chromission扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to send torrent files from your browser to your remote or local transmission,via RPC. Allow to sent links, magnetic links, .torrent files, via right click and select Chomission download option.
扩展基本信息
名称 | Chromission |
ID | membgagkkllkajoamilbhbiljepakdmn |
官方URL | https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn |
简介 | Chrome Transmission interative extension to add access and control torrents with Chrome. |
文件大小 | 117 KB |
安装次数 | 383 |
当前版本 | 1.0.4 |
更新时间 | 2014-03-05 |
上架时间 | 2014-03-04 |
评分 | 4.29/5 共7次评分 |
开发者 | Augusto Campos |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromission", "description": "Chrome Transmission interative extension to add access and control torrents with Chrome.", "version": "1.0.4", "icons": { "128": "img\/icon-large.png", "16": "img\/icon-bitty.png", "48": "img\/icon-small.png" }, "permissions": [ "contextMenus", "notifications", "http:\/\/*\/" ], "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": "img\/icon-bitty.png", "default_popup": "html\/list.html", "default_title": "Chromission" }, "options_page": "html\/options.html", "web_accessible_resources": [ "img\/icon-small.png" ] } |