PromptSnippets
Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…
Qu'est-ce que PromptSnippets ?
PromptSnippets est une extension Chrome développée par https://promptsnippets.top, et sa fonction principale est "Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PromptSnippets
Téléchargez les fichiers d'extension PromptSnippets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PromptSnippets |
ID | dkafkdphnlodjiggkpbokmponlkjfaco |
URL Officiel | https://chromewebstore.google.com/detail/promptsnippets/dkafkdphnlodjiggkpbokmponlkjfaco |
Description | Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click… |
Taille du Fichier | 212 KB |
Nombre d'Installations | 84 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2024-01-28 |
Date de Publication | 2023-09-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://promptsnippets.top |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://promptsnippets.top |
URL de la Page d'Aide | https://promptsnippets.top |
Langues Prises en Charge | 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": [ " |