WebExtension.net
WebExtension.net

Display #Anchors

View on Chrome Web Store
View Display #Anchors Chrome Extension on Chrome Web Store
4.9 (61 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Displays anchors for all content in the current web page without breaking the layout.
Type
Extension
Users
10,000 users
Rob W
View author page of Rob W
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 30, 2013
Version 1.5
Manifest version
3
Updated
Updated on June 3, 2024
View on Chrome Web Store
View Display #Anchors Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Display #Anchors",
    "description": "Displays anchors for all content in the current web page without breaking the layout.",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "scripts": [
            "storage-sync-polyfill.js",
            "background.js"
        ]
    },
    "action": {
        "default_title": "Display #Anchors",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "notifications",
        "contextMenus",
        "activeTab"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "optional_permissions": [
        "<all_urls>"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            }
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "121.0a1"
        },
        "gecko_android": []
    },
    "minimum_chrome_version": "121"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top