Link Router
Route links on any given page to the main log with a certain tag
Cos'è Link Router?
Link Router è un'estensione di Chrome sviluppata da Charles Brandt, e la sua funzione principale è "Route links on any given page to the main log with a certain tag".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link Router
Scarica i file di estensione Link Router in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Link Router uses Chrome's context menu (right click menu) to tag a link with a tag specified in the menu. The tags available in the menu are configured in the extension's option page. Previously tagged links are also visible on the options page, where they can be copied and pasted to other destinations.
Informazioni di Base sull'Estensione
Nome | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
URL Ufficiale | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Descrizione | Route links on any given page to the main log with a certain tag |
Dimensione del File | 29.05 KB |
Conteggio Installazioni | 108 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2014-05-06 |
Data di Pubblicazione | 2014-05-06 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | Charles Brandt |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Router", "short_name": "Link Router", "version": "0.5", "manifest_version": 2, "description": "Route links on any given page to the main log with a certain tag", "background": { "scripts": [ "moment.js", "router.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus" ], "icons": { "16": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } } |