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 |
官方網址 | 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" ] } |