Link Collector
Quickly view and access all the links on any page.
Что такое Link Collector?
Link Collector - это расширение Chrome, разработанное attilathedud, и его основная функция - "Quickly view and access all the links on any page.".
Снимки экрана расширения
Скачать файл CRX расширения Link Collector
Скачайте файлы расширений Link Collector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quickly view and access all the links on any page. Use simple key-binds to easily page and navigate to them. Activation is as easy as Alt + i. Have a specific link you want to find? Use Alt + f to search for it. Support and code can be found at https://github.com/attilathedud/Link_Collector v1.1.0 - Added the ability to change the hotkey. Hotkey can now be adjusted from the chrome://extensions page. - Added the ability to click the navigation arrows to page through results. - Added the ability to disable the extension. - Fixed a bug where alt+enter would trigger a download if a page element was selected.
Основная информация о расширении
Название | Link Collector |
ID | mkfggmeifjpmndaflbgcnoocjikgblob |
Официальный URL | https://chromewebstore.google.com/detail/link-collector/mkfggmeifjpmndaflbgcnoocjikgblob |
Описание | Quickly view and access all the links on any page. |
Размер файла | 24.44 KB |
Количество установок | 547 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2018-02-01 |
Дата публикации | 2018-02-01 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | attilathedud |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/attilathedud/Link_Collector |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Collector", "short_name": "LinkCollector", "version": "1.1.0", "description": "Quickly view and access all the links on any page.", "permissions": [ "storage", "contextMenus", "tabs" ], "icons": { "16": "imgs\/icon16.png", "32": "imgs\/icon32.png", "48": "imgs\/icon48.png", "64": "imgs\/icon64.png", "128": "imgs\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ " |