Link Router
Route links on any given page to the main log with a certain tag
Qu'est-ce que Link Router ?
Link Router est une extension Chrome développée par Charles Brandt, et sa fonction principale est "Route links on any given page to the main log with a certain tag".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Link Router
Téléchargez les fichiers d'extension Link Router au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
URL Officiel | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Description | Route links on any given page to the main log with a certain tag |
Taille du Fichier | 29.05 KB |
Nombre d'Installations | 108 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2014-05-06 |
Date de Publication | 2014-05-06 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | Charles Brandt |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |