Link Router
Route links on any given page to the main log with a certain tag
Что такое Link Router?
Link Router - это расширение Chrome, разработанное Charles Brandt, и его основная функция - "Route links on any given page to the main log with a certain tag".
Снимки экрана расширения
Скачать файл CRX расширения Link Router
Скачайте файлы расширений Link Router в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
Официальный URL | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
Описание | Route links on any given page to the main log with a certain tag |
Размер файла | 29.05 KB |
Количество установок | 108 |
Текущая Версия | 0.5 |
Последнее Обновление | 2014-05-06 |
Дата публикации | 2014-05-06 |
Рейтинг | 3.00/5 Всего 4 оценок |
Разработчик | Charles Brandt |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |