扇贝单词图片搜索

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

扇贝单词图片搜索란 무엇입니까?

扇贝单词图片搜索은(는) eric6356에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "背单词的时候,使用快捷键(默认为`i`)搜索当前单词对应的图片,帮助记忆"입니다.

확장 프로그램 스크린샷

screenshot

扇贝单词图片搜索 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 扇贝单词图片搜索 扇贝单词图片搜索
ID bdhjdejdchpjhaphknpklpfgdmggccme
공식 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
설명 背单词的时候,使用快捷键(默认为`i`)搜索当前单词对应的图片,帮助记忆
파일 크기 46.17 KB
설치 횟수 47
현재 버전 1.1.1
최근 업데이트 2016-11-02
출시 날짜 2016-11-02
평점 5.00/5 총 2 개의 평점
개발자 eric6356
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/eric6356/shanbay-image/
지원되는 언어 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"
    }
}