Link Router
Route links on any given page to the main log with a certain tag
Co je Link Router?
Link Router je rozšíření Chrome vyvinuté Charles Brandt, a jeho hlavní funkcí je „Route links on any given page to the main log with a certain tag“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Link Router
Stáhněte si soubory rozšíření Link Router ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
Oficiální URL | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Popis | Route links on any given page to the main log with a certain tag |
Velikost souboru | 29.05 KB |
Počet instalací | 108 |
Aktuální Verze | 0.5 |
Poslední Aktualizace | 2014-05-06 |
Datum Vydání | 2014-05-06 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | Charles Brandt |
Typ Platby | free |
Podporované Jazyky | 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" } } |