WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
sideKeep - open Keep in side panel/popup

sideKeep - open Keep in side panel/popup

View on Chrome Web Store
View sideKeep - open Keep in side panel/popup Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (12 ratings)
1 new 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.

Open Google Keep in side panel/popup. Open source
Type
Extension
Users
1,000 users
2
brahmastra
View author page of brahmastra
Published
Published on June 24, 2024
Version 0.0.1
Manifest version
3
Updated
Updated on June 24, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View sideKeep - open Keep in side panel/popup 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,
    "minimum_chrome_version": "112",
    "offline_enabled": true,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "sideYT",
    "description": "__MSG_extDescription__",
    "version": "0.0.1",
    "author": "WebRail",
    "icons": {
        "24": "icon-24.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_title": "open Keep (Ctrl+Shift+K)",
        "default_popup": "popup\/index.html"
    },
    "options_page": "options\/index.html",
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/keep.google.com\/*"
            ],
            "css": [
                "panel\/style.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ig_frame_rule",
                "enabled": true,
                "path": "net_request.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/keep.google.com\/*"
    ]
}
© 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