有道词典右键查询
使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用
Wat is 有道词典右键查询?
有道词典右键查询 is een Chrome-extensie ontwikkeld door northteam, en de belangrijkste functie is "使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用".
Extensie Screenshots
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
使用有道词典检索单词,选中中英文单词后,点击右键,选择本应用。 有道支持查询英汉、汉英、英英词典。 Basisinformatie over de Extensie
| Naam | |
| ID | ahkmaoddmipjgkfhcfpljkiibpekmehn |
| Officiële URL | https://chromewebstore.google.com/detail/%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8%E5%8F%B3%E9%94%AE%E6%9F%A5%E8%AF%A2/ahkmaoddmipjgkfhcfpljkiibpekmehn |
| Beschrijving | 使用有道词典检索单词, 选中中英文单词后, 点击右键, 选择本应用 |
| Bestandsgrootte | 31.98 KB |
| Aantal Installaties | 4,146 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2014-02-15 |
| Publicatiedatum | 2014-02-14 |
| Beoordeling | 4.19/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | northteam |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/northteam/youdao-dict-chrome-ext |
| Help Pagina-URL | https://github.com/northteam/youdao-dict-chrome-ext/wiki |
| Ondersteunde Talen | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.0.5",
"default_locale": "zh_CN",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"contextMenus",
"storage"
],
"background": {
"page": "background.html"
},
"options_page": "options.html",
"manifest_version": 2
} | |