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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PromptSnippets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}