WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Notch

Notch

View on Chrome Web Store
View Notch Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Save, Search, Organize and sync your saved pages across browsers. Notch allows you to save the pages that interest you and then…
Type
Extension
Users
37 users
3
Apoorva Singh
View author page of Apoorva Singh
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 10, 2021
Version 1.0.0
Manifest version
3
Updated
Updated on May 10, 2021
productivity/workflow
Extension Category
View on Chrome Web Store
View Notch 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",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Notch",
    "background": {
        "service_worker": "bg.loader.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "notch-64.png"
    },
    "icons": {
        "32": "notch-32.png",
        "128": "notch-128.png",
        "250": "notch-250.png",
        "500": "notch-500.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "open-search-page": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Open Notch Search Page"
        }
    }
}
© 2025 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