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
公式URL 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
Eメール [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"
    ]
}