super copy
快速复制文库上的文字
什么是super copy?
super copy是由withtime开发的Chrome扩展程序,该扩展的主要功能是“快速复制文库上的文字”。
扩展截图
下载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!
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" ] } |