Blend & Run: Enable copy and paste

Extension to copy & paste text on websites which block it.

Blend & Run: Enable copy and paste là gì?

Blend & Run: Enable copy and paste là một tiện ích mở rộng Chrome được phát triển bởi Hashcut, và tính năng chính của nó là "Extension to copy & paste text on websites which block it.".

Ả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 Blend & Run: Enable copy and paste

Tải xuống các tệp mở rộng Blend & Run: Enable copy and paste 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

                        Blend & Run is a Chrome extension that helps you paste text/code on websites that block copy & paste. 
Feel free to contribute: https://github.com/HASHCUT69/Blend-n-Run
This extension was developed by Sandeep Pani, Sathvik Achanta, and Akash Muriki.

What's New?
v1.0.0.3
-Added reviewing/rating option
-General Bug Fixes
v1.0.0.2
-Fixed major bug (contribute button not working).
v1.0.0.1
-Fixed minor bugs
v1.0.0.0
-Added Mac Support (newer Macs)
-Added Visual Changes                    

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

Tên Blend & Run: Enable copy and paste Blend & Run: Enable copy and paste
ID ioebblnijghcghflgjlgbhjbdgkofcjp
URL Chính Thức https://chromewebstore.google.com/detail/blend-run-enable-copy-and/ioebblnijghcghflgjlgbhjbdgkofcjp
Mô tả Extension to copy & paste text on websites which block it.
Kích Thước Tệp 2.11 MB
Số Lần Cài Đặt 4,236
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2022-09-27
Đánh Giá 4.81/5 Tổng số 42 Đánh Giá
Nhà Phát Triển Hashcut
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/HASHCUT69/Blend-n-Run
URL Trang Trợ Giúp https://github.com/HASHCUT69/Blend-n-Run
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blend & Run: Enable copy and paste",
    "version": "1.0.0.3",
    "description": "Extension to copy & paste text on websites which block it.",
    "manifest_version": 3,
    "author": "Sandeep Pani , Sathvik Achanta & Akash Muriki",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dependencies\/jquery\/jquery-3.6.1.min.js",
                "billiliteRange\/bililiteRange\/bililiteRange.js",
                "billiliteRange\/bililiteRange\/bililiteRange.undo.js",
                "billiliteRange\/bililiteRange\/bililiteRange.lines.js",
                "billiliteRange\/bililiteRange\/jquery.sendkeys.js",
                "scripts\/script.js",
                "dependencies\/bootstrap-5.2.3-dist\/bootstrap-5.2.3-dist\/js\/bootstrap.bundle.min.js",
                "scripts\/popup.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon_new.png",
        "default_popup": "index.html",
        "default_title": "Copy-paste-code"
    }
}