super copy

快速复制文库上的文字

什麼是super copy?

super copy是由withtime開發的Chrome擴展程式,該擴展的主要功能是“快速复制文库上的文字”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載super copy擴展crx文件

下載super copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        快速复制文库上文字,为你的学习加快脚本。
第一步,选择需要复制的内容。
第二步,右键  super copy!。
粘贴!完成。

copying BD library content quickly, speeding up scripting for your learning.
The first step is to select the content you want to copy.
The second step, right click super copy!.
Paste! done!                    

擴展基本資訊

名稱 super copy super copy
ID dodpgdlfoincjnaecbeeocgpjpdamgki
官方網址 https://chrome.google.com/webstore/detail/super-copy/dodpgdlfoincjnaecbeeocgpjpdamgki
簡介 快速复制文库上的文字
檔案大小 6.84 KB
安裝次數 6,000
目前版本 1.2
更新時間 2019-09-24
上架時間 2019-09-24
評分 4.50/5 共 8 次評分
開發者 withtime
電子郵箱 [email protected]
付費類型 free
支援的語言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "super copy",
    "short_name": "Spopy",
    "description": "\u5feb\u901f\u590d\u5236\u6587\u5e93\u4e0a\u7684\u6587\u5b57",
    "background": {
        "page": "home.html"
    },
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icon\/icon.png",
        "128": ".\/icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wenku.baidu.com\/*"
            ],
            "css": [
                "style\/style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/wenku.baidu.com\/*"
        ]
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "tabs"
    ]
}