Link Router
Route links on any given page to the main log with a certain tag
Vad är Link Router?
Link Router är en Chrome-tillägg utvecklad av Charles Brandt, och dess huvudfunktion är "Route links on any given page to the main log with a certain tag".
Tilläggsskärmbilder
Ladda ner Link Router-förlängningens CRX-fil
Ladda ner Link Router-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
Officiell webbadress | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Beskrivning | Route links on any given page to the main log with a certain tag |
Filstorlek | 29.05 KB |
Antal Installationer | 108 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2014-05-06 |
Publiceringsdatum | 2014-05-06 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | Charles Brandt |
Betalningssätt | free |
Stödda Språk | 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" } } |