汉典字典

汉典字典,汉典词典查词

Hvad er 汉典字典?

汉典字典 er en Chrome-udvidelse udviklet af Kelly Apollo, og dens hovedfunktion er "汉典字典,汉典词典查词".

Udvidelsesskærmbilleder

screenshot

Download 汉典字典-udvidelses-CRX-fil

Download 汉典字典-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        1.0.2 更新内容:
* 修复不能取词问题

使用方法:选中文字后,点击插件图标。
项目地址:https://github.com/kelly-apollo/zdic                    

Grundlæggende oplysninger om udvidelsen

Navn 汉典字典 汉典字典
ID pnplijhaogggilbooocekpfdlgfckkjb
Officiel URL https://chrome.google.com/webstore/detail/%E6%B1%89%E5%85%B8%E5%AD%97%E5%85%B8/pnplijhaogggilbooocekpfdlgfckkjb
Beskrivelse 汉典字典,汉典词典查词
Filstørrelse 39.75 KB
Antal Installationer 262
Nuværende Version 1.0.2
Senest Opdateret 2019-07-23
Udgivelsesdato 2019-07-23
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler Kelly Apollo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/kelly-apollo/zdic
Hjælpeside-URL https://github.com/kelly-apollo/zdic
Understøttede Sprog zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6c49\u5178\u5b57\u5178",
    "description": "\u6c49\u5178\u5b57\u5178\uff0c\u6c49\u5178\u8bcd\u5178\u67e5\u8bcd",
    "version": "1.0.2",
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*.zdic.net\/"
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    }
}