扇贝查词
任意网页英文查词,可加入扇贝生词本
什么是扇贝查词?
扇贝查词是由Ethan Yang开发的Chrome扩展程序,该扩展的主要功能是“任意网页英文查词,可加入扇贝生词本”。
扩展截图
下载扇贝查词扩展crx文件
下载扇贝查词扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扇贝学习工具利用扇贝网的查词服务,做到任意网页单词即点即查,并可以将单词添加到扇贝生词本。 可以右击或双击(默认禁用)查词 1.3.2 添加了弹窗关闭功能 1.2.1 修改了小喇叭鼠标指针 1.2.0 添加了单词发音
扩展基本信息
名称 | 扇贝查词 |
ID | bjnljkdheccomghaakofdlbmgcjmckgo |
官方URL | https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E6%9F%A5%E8%AF%8D/bjnljkdheccomghaakofdlbmgcjmckgo |
简介 | 任意网页英文查词,可加入扇贝生词本 |
文件大小 | 828 KB |
安装次数 | 601 |
当前版本 | 1.3.2 |
更新时间 | 2022-02-07 |
上架时间 | 2019-08-05 |
评分 | 4.78/5 共9次评分 |
开发者 | Ethan Yang |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ethanyang163/shanbay-tools |
帮助页面URL | https://github.com/ethanyang163/shanbay-tools |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6247\u8d1d\u67e5\u8bcd", "version": "1.3.2", "description": "\u4efb\u610f\u7f51\u9875\u82f1\u6587\u67e5\u8bcd\uff0c\u53ef\u52a0\u5165\u6247\u8d1d\u751f\u8bcd\u672c", "icons": { "16": "images\/shanbay.png", "32": "images\/shanbay.png", "48": "images\/shanbay.png", "128": "images\/shanbay.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "\u6247\u8d1d\u67e5\u8bcd", "default_icon": { "16": "images\/shanbay.png", "32": "images\/shanbay.png", "48": "images\/shanbay.png", "128": "images\/shanbay.png" } }, "background": { "scripts": [ "background.js", "hot-reload.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "contextMenus", "storage" ], "content_scripts": [ { "matches": [ " |