有道词典网页查询

选中文本右键,或Shift+Alt+Q。

Wat is 有道词典网页查询?

有道词典网页查询 is een Chrome-extensie ontwikkeld door guanjiayi.cn, en de belangrijkste functie is "选中文本右键,或Shift+Alt+Q。".

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

                        选中文本右键,或Shift+Alt+Q, 搜索有道词典网页版。                    

Basisinformatie over de Extensie

Naam 有道词典网页查询 有道词典网页查询
ID cihmgeikaofngffbifbpagaahaejokoo
Officiële URL https://chrome.google.com/webstore/detail/%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8%E7%BD%91%E9%A1%B5%E6%9F%A5%E8%AF%A2/cihmgeikaofngffbifbpagaahaejokoo
Beschrijving 选中文本右键,或Shift+Alt+Q。
Bestandsgrootte 22.11 KB
Aantal Installaties 53
Huidige Versie 1.3
Laatst Bijgewerkt 2015-12-02
Publicatiedatum 2015-12-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar guanjiayi.cn
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "manifest_version": 2,
    "name": "\u6709\u9053\u8bcd\u5178\u7f51\u9875\u67e5\u8be2",
    "description": "\u9009\u4e2d\u6587\u672c\u53f3\u952e\uff0c\u6216Shift+Alt+Q\u3002",
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "youdao128.png",
        "16": "youdao16.png",
        "48": "youdao48.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "commands": {
        "toggle-youdao": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            },
            "description": "toggle Youdao search"
        }
    }
}