WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Handy Prompt

Handy Prompt

View on Chrome Web Store
View Handy Prompt Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 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.

Make your own handy prompt tool
Type
Extension
Users
12 users
2
ertangbu
View author page of ertangbu
Published
Published on December 17, 2025
Version 1.0.13
Manifest version
3
Updated
Updated on January 19, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Handy 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_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.13",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "default_locale": "zh_CN",
    "permissions": [
        "storage",
        "contextMenus",
        "search"
    ],
    "omnibox": {
        "keyword": "hp"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "open-prompt-picker": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "__MSG_openPromptPicker__"
        },
        "save-selected-text": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "__MSG_saveSelectedText__"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Quick Prompt",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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