Link Router
Route links on any given page to the main log with a certain tag
What is Link Router?
Link Router is a Chrome extension developed by Charles Brandt, and its main feature is "Route links on any given page to the main log with a certain tag".
Extension Screenshots
Download Link Router Extension CRX File
Download Link Router extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
Official URL | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Description | Route links on any given page to the main log with a certain tag |
File Size | 29.05 KB |
Installation Count | 108 |
Current Version | 0.5 |
Last Updated | 2014-05-06 |
Publish Date | 2014-05-06 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Charles Brandt |
Payment Type | free |
Supported Languages | 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" } } |