WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Cover Prompt

Cover Prompt

View on Chrome Web Store
View Cover Prompt Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 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 and manage AI prompts directly in the browser.
Type
Extension
Users
25 users
1
Website melanto.com
Melanto
View author page of Melanto
Published
Published on January 22, 2024
Version 1.0
Manifest version
3
Updated
Updated on January 22, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cover Prompt 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": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Click to open panel"
    },
    "side_panel": {
        "default_path": "panel.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "offline_enabled": true,
    "permissions": [
        "storage",
        "sidePanel",
        "clipboardRead"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Open the Cover Prompt sidebar"
        }
    }
}
© 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