super copy
快速复制文库上的文字
super copy란 무엇입니까?
super copy은(는) withtime에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "快速复制文库上的文字"입니다.
확장 프로그램 스크린샷
super copy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
快速复制文库上文字,为你的学习加快脚本。 第一步,选择需要复制的内容。 第二步,右键 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" ] } |