有道词典网页查询
选中文本右键,或Shift+Alt+Q。
What is 有道词典网页查询?
有道词典网页查询 is a Chrome extension developed by guanjiayi.cn, and its main feature is "选中文本右键,或Shift+Alt+Q。".
Download 有道词典网页查询 Extension CRX File
Download 有道词典网页查询 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
选中文本右键,或Shift+Alt+Q, 搜索有道词典网页版。
Extension Basic Information
Name | |
ID | cihmgeikaofngffbifbpagaahaejokoo |
Official 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 |
Description | 选中文本右键,或Shift+Alt+Q。 |
File Size | 22.11 KB |
Installation Count | 53 |
Current Version | 1.3 |
Last Updated | 2015-12-02 |
Publish Date | 2015-12-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | guanjiayi.cn |
Payment Type | free |
Supported Languages | 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" } } } |