Anchor Index
Quickly jump between anchors, no matter where you are in any page
Was ist Anchor Index?
Anchor Index ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Quickly jump between anchors, no matter where you are in any page".
Erweiterungsscreenshots
Anchor Index-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anchor Index-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Anchor Index |
ID | mdbmnjiiiclnakihghclejaalikdepgl |
Offizielle URL | https://chromewebstore.google.com/detail/anchor-index/mdbmnjiiiclnakihghclejaalikdepgl |
Beschreibung | Quickly jump between anchors, no matter where you are in any page |
Dateigröße | 126 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2017-10-01 |
Veröffentlichungsdatum | 2017-10-01 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |