PromptSnippets

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

Τι είναι το PromptSnippets;

Το PromptSnippets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης PromptSnippets

Λήψη αρχείων επέκτασης PromptSnippets σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
        }
    ]
}