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是由Hashcut開發的Chrome擴展程式,該擴展的主要功能是“Extension to copy & paste text on websites which block it.”。

擴展截圖

screenshot
screenshot
screenshot

下載Blend & Run: Enable copy and paste擴展crx文件

下載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
官方網址 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"
    }
}