Anchor Index
Quickly jump between anchors, no matter where you are in any page
Anchor Index क्या है?
Anchor Index Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly jump between anchors, no matter where you are in any page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anchor Index एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |