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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chromission
قم بتنزيل ملفات الامتداد Chromission بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |