扇贝助手重制版
为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。
扇贝助手重制版란 무엇입니까?
扇贝助手重制版은(는) zerol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。"입니다.
확장 프로그램 스크린샷
扇贝助手重制版 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
为扇贝网页版提供免费的柯林斯词典。 所有功能详见:https://github.com/zerolfx/shanbay-helper
확장 프로그램 기본 정보
이름 | 扇贝助手重制版 |
ID | acihicpdedimbfbgeoieoblpojeidlcn |
공식 URL | https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E5%8A%A9%E6%89%8B%E9%87%8D%E5%88%B6%E7%89%88/acihicpdedimbfbgeoieoblpojeidlcn |
설명 | 为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。 |
파일 크기 | 93.42 KB |
설치 횟수 | 207 |
현재 버전 | 0.1.6 |
최근 업데이트 | 2021-09-01 |
출시 날짜 | 2020-01-07 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | zerol |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zerolfx/shanbay-helper |
도움말 페이지 URL | https://github.com/zerolfx/shanbay-helper/issues |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6247\u8d1d\u52a9\u624b\u91cd\u5236\u7248", "version": "0.1.6", "author": "zerol", "description": "\u4e3a\u6247\u8d1d\u5355\u8bcd\u7f51\u9875\u7248\u6dfb\u52a0\u514d\u8d39\u7684\u67ef\u6797\u65af\u91ca\u4e49\uff0c\u4ee5\u53ca\u4e00\u4e9b\u989d\u5916\u7684\u5c0f\u529f\u80fd\u3002", "manifest_version": 2, "background": { "scripts": [ "third-party\/jquery-3.4.1.js", "src\/js\/background.js" ] }, "icons": { "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon128.png", "default_popup": "popup.html", "default_title": "\u6247\u8d1d\u52a9\u624b\u91cd\u5236\u7248" }, "content_scripts": [ { "css": [ "src\/css\/words.css" ], "js": [ "third-party\/jquery-3.4.1.js", "src\/js\/words.js" ], "matches": [ "https:\/\/web.shanbay.com\/wordsweb\/*" ] } ], "permissions": [ "https:\/\/dict.youdao.com\/", "https:\/\/www.wordsmyth.net\/", "*:\/\/*.shanbay.com\/*" ] } |