super copy

快速复制文库上的文字

super copy là gì?

super copy là một tiện ích mở rộng Chrome được phát triển bởi withtime, và tính năng chính của nó là "快速复制文库上的文字".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng super copy

Tải xuống các tệp mở rộng super copy 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

                        快速复制文库上文字,为你的学习加快脚本。
第一步,选择需要复制的内容。
第二步,右键  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!                    

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

Tên super copy super copy
ID dodpgdlfoincjnaecbeeocgpjpdamgki
URL Chính Thức https://chrome.google.com/webstore/detail/super-copy/dodpgdlfoincjnaecbeeocgpjpdamgki
Mô tả 快速复制文库上的文字
Kích Thước Tệp 6.84 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-09-24
Ngày Phát Hành 2019-09-24
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển withtime
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}