扇贝查词

使用扇贝网 API 查词,并可添加单词到个人词库

Wat is 扇贝查词?

扇贝查词 is een Chrome-extensie ontwikkeld door Zhao Gang, en de belangrijkste functie is "使用扇贝网 API 查词,并可添加单词到个人词库".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 扇贝查词

Download 扇贝查词-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        界面简洁,可以自定义设置中英文释义,自动发音功能,支持词组发音。

反馈:
到 https://github.com/gamerh2o/shanbay-chromium-extension 提交 issue,或者给 gamerh2o at gmail.com 发邮件。                    

Basisinformatie over de Extensie

Naam 扇贝查词 扇贝查词
ID occofkaolkiibmfpenkhkgbdpmhigbhp
Officiële URL https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E6%9F%A5%E8%AF%8D/occofkaolkiibmfpenkhkgbdpmhigbhp
Beschrijving 使用扇贝网 API 查词,并可添加单词到个人词库
Bestandsgrootte 29.15 KB
Aantal Installaties 253
Huidige Versie 0.6.11
Laatst Bijgewerkt 2013-12-16
Publicatiedatum 2013-12-16
Beoordeling 4.20/5 Totaal 10 Beoordelingen
Ontwikkelaar Zhao Gang
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/gamerh2o/shanbay-chromium-extension
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6247\u8d1d\u67e5\u8bcd",
    "version": "0.6.11",
    "manifest_version": 2,
    "description": "\u4f7f\u7528\u6247\u8d1d\u7f51 API \u67e5\u8bcd\uff0c\u5e76\u53ef\u6dfb\u52a0\u5355\u8bcd\u5230\u4e2a\u4eba\u8bcd\u5e93",
    "options_page": "options.html",
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "\u6247\u8d1d\u67e5\u8bcd"
    },
    "permissions": [
        "http:\/\/*.shanbay.com\/*"
    ]
}