PasteEnabler

Paste when you're not allowed, copy when you're not allowed!

PasteEnabler là gì?

PasteEnabler là một tiện ích mở rộng Chrome được phát triển bởi https://jonlu.ca, và tính năng chính của nó là "Paste when you're not allowed, copy when you're not allowed!".

Ả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 PasteEnabler

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

                        Reenables the following functionality on sites that disable it:

* Ability to paste content
* Ability to copy content
* Ability to cut content
* Ability to right click content
* Ability to autocomplete certain inputs
* Ability to select text
* Ability to drag and drop text to/from inputs

If a website does not allow you to copy and paste, or do any of the above, simply click the icon and try again!

Source code here: https://github.com/jonluca/PasteEnabler

Open an issue on GitHub if there are any sites on which this extension does not work!                    

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

Tên PasteEnabler PasteEnabler
ID dhadehfniifbmemochpmbofcjckpdnnl
URL Chính Thức https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl
Mô tả Paste when you're not allowed, copy when you're not allowed!
Kích Thước Tệp 28.6 KB
Số Lần Cài Đặt 2,141
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2021-06-10
Ngày Phát Hành 2019-05-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://jonlu.ca
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PasteEnabler",
    "description": "Paste when you're not allowed, copy when you're not allowed!",
    "version": "0.3",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/jonlu.ca",
    "web_accessible_resources": [
        "js\/*"
    ]
}