Transmission Context Menu
Chrome context menu to add magnet/torrent links to Transmission.
Transmission Context Menu란 무엇입니까?
Transmission Context Menu은(는) Cyrus David에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome context menu to add magnet/torrent links to Transmission."입니다.
확장 프로그램 스크린샷
Transmission Context Menu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add a context menu on links for them to be added to a Transmission BitTorrent Client.
확장 프로그램 기본 정보
이름 | Transmission Context Menu |
ID | logjcbgammnnndceigfomoaaahknchib |
공식 URL | https://chromewebstore.google.com/detail/transmission-context-menu/logjcbgammnnndceigfomoaaahknchib |
설명 | Chrome context menu to add magnet/torrent links to Transmission. |
파일 크기 | 114 KB |
설치 횟수 | 287 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2018-05-06 |
출시 날짜 | 2018-05-05 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | Cyrus David |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/vohof/chrome-transmission-context-menu |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Chrome context menu to add magnet\/torrent links to Transmission.", "version": "0.2.0", "name": "Transmission Context Menu", "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "contextMenus", "notifications", " |