WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Quick Prompt

Quick Prompt

View on Chrome Web Store
View Quick Prompt Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (6 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

在网页输入框中通过指令快速插入预设的 Prompt 内容。
Type
Extension
Users
1,000 users
2
wenyuan
View author page of wenyuan
Published
Published on May 8, 2025
Version 0.0.12
Manifest version
3
Updated
Updated on June 2, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Quick 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": "Quick Prompt",
    "description": "\u5728\u7f51\u9875\u8f93\u5165\u6846\u4e2d\u901a\u8fc7\u6307\u4ee4\u5feb\u901f\u63d2\u5165\u9884\u8bbe\u7684 Prompt \u5185\u5bb9\u3002",
    "version": "0.0.12",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1gIStuzmtlJx9myPcEdZVB6fN6HZ4RDB2FNbhhhd1Q8kopHP3uZioJmGAbZch13CNg4nwDLzkT\/Iv+SuQ92r6wEYf14rwv0pyLvegLlTWcKvpG+XfJXMl0AT32Gj2tuOoMceEpNRXZzcPf2QTftX4Lm3Kzv3kmeaIzHps1ajkT18iagllKExzmiQVZjCw\/t8NYcY5cdjKQRhQqDTDqv5HnVanucEWmDPMb+AlyHOqAYxDurSt\/IX1C5TW\/khkCU8Fahcnw50ppVgIVKT7OLtSKDDNlqbC4BWIFWu55S5UR\/CZNEbyjDtxzLkfVTi8sov7ZOUCTjEvRwjNmwXbo8PZwIDAQAB",
    "permissions": [
        "storage",
        "contextMenus",
        "identity"
    ],
    "oauth2": {
        "client_id": "940842863904-8hg2b4m1uibp78327rj3s3gahddcvqno.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "commands": {
        "open-prompt-selector": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "\u6253\u5f00\u63d0\u793a\u8bcd\u9009\u62e9\u5f39\u7a97"
        },
        "save-selected-prompt": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "\u4fdd\u5b58\u9009\u4e2d\u7684\u6587\u672c\u4f5c\u4e3a\u63d0\u793a\u8bcd"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Quick Prompt - \u5feb\u6377\u8f93\u5165\u3001\u7ba1\u7406\u60a8\u7684\u63d0\u793a\u8bcd",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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