PromptSnippets

Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…

PromptSnippets क्या है?

PromptSnippets https://promptsnippets.top द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PromptSnippets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Speed up the input with variable snippets.
Whether you're coding, blogging, or emailing, turn repetitive typing into a single click with PromptSnippets.

🧩 Variable Snippets
PromptSnippets offers the ability to use variable snippets, you can create and utilize customized shortcuts for faster and more efficient input on the web.
⚡ Convenient Input
Enjoy the convenience of quick input by simply typing "/" followed by the desired snippet, eliminating the need for time-consuming manual input.
🔐 No Login Required
PromptSnippets extension stores your snippets and settings using Chrome storage. Data will not be sent to any other place. So you don't need to login.                    

एक्सटेंशन की मूल जानकारी

नाम PromptSnippets PromptSnippets
ID dkafkdphnlodjiggkpbokmponlkjfaco
आधिकारिक URL https://chromewebstore.google.com/detail/promptsnippets/dkafkdphnlodjiggkpbokmponlkjfaco
विवरण Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…
फ़ाइल का आकार 212 KB
स्थापना संख्या 84
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2024-01-28
प्रकाशन तिथि 2023-09-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://promptsnippets.top
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://promptsnippets.top
सहायता पृष्ठ URL https://promptsnippets.top
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PromptSnippets",
    "version": "1.2.0",
    "action": [],
    "icons": {
        "32": "logo-32.png",
        "64": "logo-64.png",
        "128": "logo-128.png",
        "256": "logo-256.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "toggle-prompt-snippets": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Toggle PromptSnippets in the current page"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/contentScript.tsx-loader-6cc44a7f.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "logo-32.png",
                "logo-64.png",
                "logo-128.png",
                "logo-256.png",
                "assets\/constants-61029178.js",
                "assets\/contentScript.tsx-415c8719.js"
            ],
            "use_dynamic_url": true
        }
    ]
}