Magneto
Provides a right-click option to send magnet links to Transmission
Vad är Magneto?
Magneto är en Chrome-tillägg utvecklad av Ravrahn, och dess huvudfunktion är "Provides a right-click option to send magnet links to Transmission".
Tilläggsskärmbilder
Ladda ner Magneto-förlängningens CRX-fil
Ladda ner Magneto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension gives an "Add to Transmission" option in the right-click menu. Clicking it will add the magnet link to your Transmission web client (does nothing on non-magnet links). Grundläggande Information om Tillägg
| Namn | |
| ID | hdbhpfgakloaplbielkaidkecmfcmbkj |
| Officiell webbadress | https://chromewebstore.google.com/detail/magneto/hdbhpfgakloaplbielkaidkecmfcmbkj |
| Beskrivning | Provides a right-click option to send magnet links to Transmission |
| Filstorlek | 80.12 KB |
| Antal Installationer | 18 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-05-29 |
| Publiceringsdatum | 2018-05-28 |
| Utvecklare | Ravrahn |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Magneto",
"version": "1.0",
"description": "Provides a right-click option to send magnet links to Transmission",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png",
"256": "icon256.png",
"512": "icon512.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"activeTab",
"contextMenus",
" | |