Link Router
Route links on any given page to the main log with a certain tag
Co to jest Link Router?
Link Router to rozszerzenie Chrome opracowane przez Charles Brandt, a jego główną funkcją jest „Route links on any given page to the main log with a certain tag”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Link Router
Pobierz pliki rozszerzeń Link Router w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
Oficjalny URL | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Opis | Route links on any given page to the main log with a certain tag |
Rozmiar pliku | 29.05 KB |
Liczba instalacji | 108 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2014-05-06 |
Data Publikacji | 2014-05-06 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | Charles Brandt |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |