Link Router
Route links on any given page to the main log with a certain tag
Wat is Link Router?
Link Router is een Chrome-extensie ontwikkeld door Charles Brandt, en de belangrijkste functie is "Route links on any given page to the main log with a certain tag".
Extensie Screenshots
Download het CRX-bestand van de extensie Link Router
Download Link Router-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
Officiële URL | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Beschrijving | Route links on any given page to the main log with a certain tag |
Bestandsgrootte | 29.05 KB |
Aantal Installaties | 108 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2014-05-06 |
Publicatiedatum | 2014-05-06 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Charles Brandt |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |