PromptSnippets
Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…
O que é PromptSnippets?
PromptSnippets é uma extensão do Chrome desenvolvida por https://promptsnippets.top, e sua principal característica é "Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PromptSnippets
Baixe arquivos de extensão PromptSnippets no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | PromptSnippets |
ID | dkafkdphnlodjiggkpbokmponlkjfaco |
URL Oficial | https://chromewebstore.google.com/detail/promptsnippets/dkafkdphnlodjiggkpbokmponlkjfaco |
Descrição | Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click… |
Tamanho do Arquivo | 212 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.2.0 |
Última Atualização | 2024-01-28 |
Data de Publicação | 2023-09-05 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://promptsnippets.top |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://promptsnippets.top |
URL da Página de Ajuda | https://promptsnippets.top |
Idiomas Suportados | 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": [ " |