扇贝查词

任意网页英文查词,可加入扇贝生词本

What is 扇贝查词?

扇贝查词 is a Chrome extension developed by Ethan Yang, and its main feature is "任意网页英文查词,可加入扇贝生词本".

Extension Screenshots

screenshot

Download 扇贝查词 Extension CRX File

Download 扇贝查词 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

                        扇贝学习工具利用扇贝网的查词服务,做到任意网页单词即点即查,并可以将单词添加到扇贝生词本。

可以右击或双击(默认禁用)查词

1.3.2
添加了弹窗关闭功能

1.2.1
修改了小喇叭鼠标指针

1.2.0
添加了单词发音                    

Extension Basic Information

Name 扇贝查词 扇贝查词
ID bjnljkdheccomghaakofdlbmgcjmckgo
Official URL https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E6%9F%A5%E8%AF%8D/bjnljkdheccomghaakofdlbmgcjmckgo
Description 任意网页英文查词,可加入扇贝生词本
File Size 828 KB
Installation Count 601
Current Version 1.3.2
Last Updated 2022-02-07
Publish Date 2019-08-05
Rating 4.78/5 Total 9 Ratings
Developer Ethan Yang
Email [email protected]
Payment Type free
Extension Website https://github.com/ethanyang163/shanbay-tools
Help Page URL https://github.com/ethanyang163/shanbay-tools
Supported Languages 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": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.shanbay.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "MacCtrl+Shift+B"
            },
            "description": "Opens hello.html"
        }
    },
    "web_accessible_resources": [
        "images\/404.png"
    ]
}