扇贝单词图片搜索

背单词的时候,使用快捷键(默认为`i`)搜索当前单词对应的图片,帮助记忆

What is 扇贝单词图片搜索?

扇贝单词图片搜索 is a Chrome extension developed by eric6356, and its main feature is "背单词的时候,使用快捷键(默认为`i`)搜索当前单词对应的图片,帮助记忆".

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

                        https://github.com/eric6356/shanbay-image/
欢迎来 github 提 issue,或者给我发邮件                    

Extension Basic Information

Name 扇贝单词图片搜索 扇贝单词图片搜索
ID bdhjdejdchpjhaphknpklpfgdmggccme
Official URL https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E5%8D%95%E8%AF%8D%E5%9B%BE%E7%89%87%E6%90%9C%E7%B4%A2/bdhjdejdchpjhaphknpklpfgdmggccme
Description 背单词的时候,使用快捷键(默认为`i`)搜索当前单词对应的图片,帮助记忆
File Size 46.17 KB
Installation Count 47
Current Version 1.1.1
Last Updated 2016-11-02
Publish Date 2016-11-02
Rating 5.00/5 Total 2 Ratings
Developer eric6356
Email [email protected]
Payment Type free
Extension Website https://github.com/eric6356/shanbay-image/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6247\u8d1d\u5355\u8bcd\u56fe\u7247\u641c\u7d22",
    "description": "\u80cc\u5355\u8bcd\u7684\u65f6\u5019\uff0c\u4f7f\u7528\u5feb\u6377\u952e\uff08\u9ed8\u8ba4\u4e3a`i`\uff09\u641c\u7d22\u5f53\u524d\u5355\u8bcd\u5bf9\u5e94\u7684\u56fe\u7247\uff0c\u5e2e\u52a9\u8bb0\u5fc6",
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.shanbay.com\/bdc\/review\/",
                "https:\/\/www.shanbay.com\/review\/learning\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "page_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}