Blend & Run: Enable copy and paste

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

Blend & Run: Enable copy and pasteคืออะไร?

Blend & Run: Enable copy and paste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hashcut และคุณลักษณะหลักของมันคือ "Extension to copy & paste text on websites which block it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blend & Run: Enable copy and paste

ดาวน์โหลดไฟล์ส่วนขยาย Blend & Run: Enable copy and paste ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blend & Run: Enable copy and paste Blend & Run: Enable copy and paste
ID ioebblnijghcghflgjlgbhjbdgkofcjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blend-run-enable-copy-and/ioebblnijghcghflgjlgbhjbdgkofcjp
คำอธิบาย Extension to copy & paste text on websites which block it.
ขนาดไฟล์ 2.11 MB
จำนวนการติดตั้ง 4,236
เวอร์ชันปัจจุบัน 1.0.0.3
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2022-09-27
คะแนน 4.81/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Hashcut
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/HASHCUT69/Blend-n-Run
URL หน้าช่วยเหลือ https://github.com/HASHCUT69/Blend-n-Run
ภาษาที่รองรับ 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"
    }
}