Paste n' Go

Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.

Paste n' Go là gì?

Paste n' Go là một tiện ích mở rộng Chrome được phát triển bởi em_te, và tính năng chính của nó là "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".

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

screenshot

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

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

                        Similar to the "Paste and go" menu in the address bar, but available on all text fields on webpages. Similar in behavior to copy pasting and then pressing Enter/Return/Submit.

Only clipboard permission required, for your ease of mind, extension cannot spy on your websites behind your back.                    

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

Tên Paste n' Go Paste n' Go
ID ichdjcfpibgdoecejabegkfpnbdjhhhf
URL Chính Thức https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf
Mô tả Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Kích Thước Tệp 27.32 KB
Số Lần Cài Đặt 546
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2021-02-07
Ngày Phát Hành 2020-07-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển em_te
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://em-te.github.io/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,ru,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Terry",
    "version": "0.1.6",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "20": "icon_20.png",
        "24": "icon_24.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}