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によって開発されたChromeの拡張機能で、その主な機能は「Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…」です。
拡張機能のスクリーンショット
PromptSnippets拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |