扇贝查词

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

扇贝查词란 무엇입니까?

扇贝查词은(는) Ethan Yang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "任意网页英文查词,可加入扇贝生词本"입니다.

확장 프로그램 스크린샷

screenshot

扇贝查词 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

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

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": [
                ""
            ],
            "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"
    ]
}