Paste It

Paste text from a toolbar button, context menu or keyboard shortcut

Paste It là gì?

Paste It là một tiện ích mở rộng Chrome được phát triển bởi https://www.chromeshark.com, và tính năng chính của nó là "Paste text from a toolbar button, context menu or keyboard shortcut".

Ả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 Paste It

Tải xuống các tệp mở rộng Paste It 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

                        Often typing your email address on websites? Let Paste It do it for you, or any other text that you use frequently.

Open the extension options to set your text and toggle any of three handy ways to paste: 

- Click the 'Paste It' toolbar button.
- Use a keyboard shortcut (Alt+V by default, fully configurable)
- Right-click to paste from the context menu.

Alternate paste text can also be set for up to 15 different shortcuts.

Paste It is safe, secure and free to use with no ads or tracking.                    

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

Tên Paste It Paste It
ID flkmjdnckhfkjkldogocpnmljokfnbln
URL Chính Thức https://chromewebstore.google.com/detail/paste-it/flkmjdnckhfkjkldogocpnmljokfnbln
Mô tả Paste text from a toolbar button, context menu or keyboard shortcut
Kích Thước Tệp 54.02 KB
Số Lần Cài Đặt 26,239
Phiên Bản Hiện Tại 6.0.2
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2020-04-23
Đánh Giá 3.71/5 Tổng số 72 Đánh Giá
Nhà Phát Triển https://www.chromeshark.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.chromeshark.com/pasteit
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paste It",
    "description": "Paste text from a toolbar button, context menu or keyboard shortcut",
    "version": "6.0.2",
    "manifest_version": 3,
    "options_page": "options.html",
    "background": {
        "service_worker": "script_service_pasteit.js"
    },
    "minimum_chrome_version": "90.0.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "paste_icon_19.png"
    },
    "commands": {
        "keyboard-paste": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Paste Primary Text"
        },
        "pa-keyboard-paste": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Paste Alternate Text 1"
        },
        "pb-keyboard-paste2": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Paste Alternate Text 2"
        },
        "pc-keyboard-paste3": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Paste Alternate Text 3"
        },
        "pd-keyboard-paste4": {
            "description": "Paste Alternate Text 4"
        },
        "pe-keyboard-paste5": {
            "description": "Paste Alternate Text 5"
        },
        "pf-keyboard-paste6": {
            "description": "Paste Alternate Text 6"
        },
        "pg-keyboard-paste7": {
            "description": "Paste Alternate Text 7"
        },
        "ph-keyboard-paste8": {
            "description": "Paste Alternate Text 8"
        },
        "pi-keyboard-paste9": {
            "description": "Paste Alternate Text 9"
        },
        "pj-keyboard-paste10": {
            "description": "Paste Alternate Text 10"
        },
        "pk-keyboard-paste11": {
            "description": "Paste Alternate Text 11"
        },
        "pl-keyboard-paste12": {
            "description": "Paste Alternate Text 12"
        },
        "pm-keyboard-paste13": {
            "description": "Paste Alternate Text 13"
        },
        "pn-keyboard-paste14": {
            "description": "Paste Alternate Text 14"
        },
        "po-keyboard-paste15": {
            "description": "Paste Alternate Text 15"
        }
    },
    "icons": {
        "16": "paste_icon_16.png",
        "48": "paste_icon_48.png",
        "128": "paste_icon_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ]
}