Anchor Index
Quickly jump between anchors, no matter where you are in any page
Что такое Anchor Index?
Anchor Index - это расширение Chrome, разработанное Unknown, и его основная функция - "Quickly jump between anchors, no matter where you are in any page".
Снимки экрана расширения
Скачать файл CRX расширения Anchor Index
Скачайте файлы расширений Anchor Index в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tired of constantly scrolling up and down in big pages? No more! Away you pesky scroll button; Using Anchor Index you can quickly jump between anchors, no matter where you are in any page. When clicked, this item will find all the HTML head tags in your active tab, and create a list with relevant anchors. And, you may use this list, to quickly jump between the different sections of your favorite pages. Open source @ https://github.com/rdok/anchor-index
Основная информация о расширении
Название | Anchor Index |
ID | mdbmnjiiiclnakihghclejaalikdepgl |
Официальный URL | https://chromewebstore.google.com/detail/anchor-index/mdbmnjiiiclnakihghclejaalikdepgl |
Описание | Quickly jump between anchors, no matter where you are in any page |
Размер файла | 126 KB |
Количество установок | 31 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2017-10-01 |
Дата публикации | 2017-10-01 |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anchor Index", "version": "1.0.0", "description": "Quickly jump between anchors, no matter where you are in any page", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Anchor Index", "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "offline_enabled": true, "content_scripts": [ { "matches": [ " |