Link Router
Route links on any given page to the main log with a certain tag
¿Qué es Link Router?
Link Router es una extensión de Chrome desarrollada por Charles Brandt, y su función principal es "Route links on any given page to the main log with a certain tag".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Link Router
Descarga archivos de extensión Link Router en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
URL Oficial | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Descripción | Route links on any given page to the main log with a certain tag |
Tamaño del Archivo | 29.05 KB |
Cantidad de Instalaciones | 108 |
Versión Actual | 0.5 |
Última Actualización | 2014-05-06 |
Fecha de Publicación | 2014-05-06 |
Calificación | 3.00/5 Total de 4 Calificaciones |
Desarrollador | Charles Brandt |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |