WebExtension.net
Toggle dark mode
WebExtension.net

Category Tabs for Google Keep™

View on Chrome Web Store
View Category Tabs for Google Keep™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (375 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Better organise your Google Keep notes
Type
Extension
Users
90,000 users
10K
Carlos Jeurissen
View author page of Carlos Jeurissen
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 22, 2013
Version 20.5.0
Manifest version
3
Updated
Updated on December 12, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Category Tabs for Google Keep™ 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,
    "version": "20.5.0",
    "name": "Category Tabs for Google Keep\u2122",
    "short_name": "Tabs for Keep",
    "description": "__MSG_cj_i18n_01963__",
    "author": "Carlos Jeurissen",
    "homepage_url": "https:\/\/apps.jeurissen.co\/category-tabs-for-google-keep",
    "developer": {
        "name": "Carlos Jeurissen",
        "url": "https:\/\/apps.jeurissen.co\/"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'none'; child-src 'none'; manifest-src 'none'; media-src 'none'; object-src 'none'; worker-src 'none'; connect-src 'none'; frame-src 'none'; font-src 'none'; script-src-elem 'self'; style-src-elem 'none'; img-src data:; script-src 'self'; script-src-attr 'none'; style-src 'self'; style-src-attr 'none'; base-uri 'none'; form-action 'none'; frame-ancestors https:\/\/keep.google.com\/; block-all-mixed-content; upgrade-insecure-requests; report-uri https:\/\/api.jeurissen.co\/reports\/csp\/webext\/ctfgk\/"
    },
    "offline_enabled": true,
    "container": "GOOGLE_DRIVE",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "externally_connectable": {
        "ids": [],
        "accepts_tls_channel_id": false
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "96": "\/images\/icon-96.png",
        "128": "\/images\/icon-128.png"
    },
    "permissions": [
        "menus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/keep.google.com\/*"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "options_page": "\/views\/options.html?standalone=1",
    "options_ui": {
        "page": "\/views\/options.html",
        "browser_style": false
    },
    "action": {
        "browser_style": false,
        "default_title": "__MSG_cj_i18n_01964__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/views\/options.html",
                "\/_locales\/*"
            ],
            "matches": [
                "https:\/\/keep.google.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "__MSG_cj_i18n_01964__"
        }
    },
    "content_scripts": [
        {
            "css": [
                "\/styles\/content-script.css"
            ],
            "js": [
                "\/scripts\/content-script.js"
            ],
            "matches": [
                "https:\/\/keep.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}
© 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