Remote Transmission ++
Download and manage torrents on a remote Transmission client.
Remote Transmission ++คืออะไร?
Remote Transmission ++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yoda Enterprises และคุณลักษณะหลักของมันคือ "Download and manage torrents on a remote Transmission client."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remote Transmission ++
ดาวน์โหลดไฟล์ส่วนขยาย Remote Transmission ++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Manage a Transmission server remotely. View existing torrents and add torrents from websites as you browse. Please feel free to submit patches/bugs on github. I don't have much time to work on this, so any help is appreciated. https://github.com/YodaDaCoda/chrome-transmission-remote-plus/ Changelog 2023-10-03 * Fix: Popup not opening in some screen sizes * Fix: work properly behind http2 reverse proxy 2018-01-25 v1.0.8 * Fix popup not appearing correctly on OSX (thanks wader) 2017-10-02 v1.0.7 * Fix notification on completed torrent (thanks slokhorst) 2017-10-02 v1.0.6 * Fix adding torrents in the paused state 2017-10-01 v1.0.5 * Update to jQuery v3.2.1 * Fix some options not being saved * Fix sending relative links to transmission (thanks iancorbitt) 2017-03-13 v1.0.4 * Fix "download directory path is not absolute" error. (Closes issue #28) (thanks to zsorizs) * Fix configuration resetting to defaults when opened. (thanks to zsorizs) * Fix saving of default click action. (thanks to zsorizs) 2016-02-03 v1.0.3 * Fix capturing links for dynamically loaded content 2015-06-06 V1.0.1 * Fix for last version erasing settings 2015-06-03 v1.0.0 * Add support for adding new custom location from save popup (thanks wader on Github) 2015-04-15 v0.9.9.9 * Ensure clients' filters are not changed erroneously 2015-04-13 v0.9.9.8 * Fixed filtering (presumably broken for some time due to RPC changes) * Added a filtering category 'Active' to filter out stopped/completed torrents. (Closes issue #10).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remote Transmission ++ |
ID | kfbocdnicmioodheiciijiegbmfoliim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remote-transmission-++/kfbocdnicmioodheiciijiegbmfoliim |
คำอธิบาย | Download and manage torrents on a remote Transmission client. |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 12,136 |
เวอร์ชันปัจจุบัน | 1.0.9 |
อัปเดตครั้งล่าสุด | 2024-02-07 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.31/5 รวมทั้งหมด 138 คะแนน |
ผู้พัฒนา | Yoda Enterprises |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/YodaDaCoda/chrome-transmission-remote-plus/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remote Transmission ++", "version": "1.0.9", "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery-3.2.1.min.js", "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Download and manage torrents on a remote Transmission client.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "minimum_chrome_version": "23", "options_page": "options.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "contextMenus", "notifications", "tabs" ] } |