super copy
快速复制文库上的文字
What is super copy?
super copy is a Chrome extension developed by withtime, and its main feature is "快速复制文库上的文字".
Extension Screenshots
Download super copy Extension CRX File
Download super copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
快速复制文库上文字,为你的学习加快脚本。 第一步,选择需要复制的内容。 第二步,右键 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!
Extension Basic Information
Name | |
ID | dodpgdlfoincjnaecbeeocgpjpdamgki |
Official URL | https://chrome.google.com/webstore/detail/super-copy/dodpgdlfoincjnaecbeeocgpjpdamgki |
Description | 快速复制文库上的文字 |
File Size | 6.84 KB |
Installation Count | 6,000 |
Current Version | 1.2 |
Last Updated | 2019-09-24 |
Publish Date | 2019-09-24 |
Rating | 4.50/5 Total 8 Ratings |
Developer | withtime |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |