汉典字典
汉典字典,汉典词典查词
What is 汉典字典?
汉典字典 is a Chrome extension developed by Kelly Apollo, and its main feature is "汉典字典,汉典词典查词".
Extension Screenshots
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
1.0.2 更新内容: * 修复不能取词问题 使用方法:选中文字后,点击插件图标。 项目地址:https://github.com/kelly-apollo/zdic
Extension Basic Information
Name | |
ID | pnplijhaogggilbooocekpfdlgfckkjb |
Official URL | https://chrome.google.com/webstore/detail/%E6%B1%89%E5%85%B8%E5%AD%97%E5%85%B8/pnplijhaogggilbooocekpfdlgfckkjb |
Description | 汉典字典,汉典词典查词 |
File Size | 39.75 KB |
Installation Count | 262 |
Current Version | 1.0.2 |
Last Updated | 2019-07-23 |
Publish Date | 2019-07-23 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Kelly Apollo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kelly-apollo/zdic |
Help Page URL | https://github.com/kelly-apollo/zdic |
Supported Languages | 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" } } |