Chromission

Chrome Transmission interative extension to add access and control torrents with Chrome.

Chromissionคืออะไร?

Chromission เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Augusto Campos และคุณลักษณะหลักของมันคือ "Chrome Transmission interative extension to add access and control torrents with Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chromission

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}