WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Anchored – Notes & Highlights for Websites

Anchored – Notes & Highlights for Websites

View on Chrome Web Store
View Anchored – Notes & Highlights for Websites Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

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

Take notes and highlight text on any website. Organize by site or page with rich text editing.
Type
Extension
Users
14 users
879
Website anchored.site
anchored.site
View author page of anchored.site
Published
Published on September 19, 2025
Version 1.59
Manifest version
3
Updated
Updated on January 6, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Anchored – Notes & Highlights for Websites Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anchored \u2013 Notes & Highlights for Websites",
    "version": "1.59",
    "description": "Take notes and highlight text on any website. Organize by site or page with rich text editing.",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "alarms",
        "contextMenus",
        "identity",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "assets\/icons\/icon16x16.png",
        "32": "assets\/icons\/icon32x32.png",
        "48": "assets\/icons\/icon48x48.png",
        "128": "assets\/icons\/icon128x128.png"
    },
    "action": {
        "default_title": "Anchored \u2013 Notes & Highlights for Websites",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon16x16.png",
            "32": "assets\/icons\/icon32x32.png",
            "48": "assets\/icons\/icon48x48.png",
            "128": "assets\/icons\/icon128x128.png"
        }
    },
    "side_panel": {
        "default_path": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+O",
                "mac": "Command+Shift+O"
            },
            "description": "Open Anchored"
        },
        "create_new_note": {
            "suggested_key": {
                "default": "Alt+N",
                "mac": "Command+Shift+N"
            },
            "description": "New Note Shortcut"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'; connect-src 'self' https:\/\/kqjcorjjvunmyrnzvqgr.supabase.co https:\/\/kqjcorjjvunmyrnzvqgr.supabase.co\/auth\/v1 https:\/\/kqjcorjjvunmyrnzvqgr.supabase.co\/rest\/v1; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'; frame-src 'none'; base-uri 'self'; form-action 'self';"
    }
}
© 2026 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