PromptSnippets

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

PromptSnippets là gì?

PromptSnippets là một tiện ích mở rộng Chrome được phát triển bởi https://promptsnippets.top, và tính năng chính của nó là "Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PromptSnippets

Tải xuống các tệp mở rộng PromptSnippets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PromptSnippets PromptSnippets
ID dkafkdphnlodjiggkpbokmponlkjfaco
URL Chính Thức https://chromewebstore.google.com/detail/promptsnippets/dkafkdphnlodjiggkpbokmponlkjfaco
Mô tả Speed up the input with variable snippets. Whether you're coding, blogging, or emailing, turn repetitive typing into a single click…
Kích Thước Tệp 212 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2023-09-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://promptsnippets.top
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://promptsnippets.top
URL Trang Trợ Giúp https://promptsnippets.top
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}