微软必应英汉字典
选择单词,点击右键菜单打开微软必应字典
What is 微软必应英汉字典?
微软必应英汉字典 is a Chrome extension developed by Andy, 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
Extension Basic Information
Name | 微软必应英汉字典 |
ID | eiffgabfpjklnnfmogjiolmgnbelbcjo |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E8%BD%AF%E5%BF%85%E5%BA%94%E8%8B%B1%E6%B1%89%E5%AD%97%E5%85%B8/eiffgabfpjklnnfmogjiolmgnbelbcjo |
Description | 选择单词,点击右键菜单打开微软必应字典 |
File Size | 3.68 KB |
Installation Count | 586 |
Current Version | 0.7 |
Last Updated | 2014-01-30 |
Publish Date | 2014-01-30 |
Rating | 3.17/5 Total 6 Ratings |
Developer | Andy |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5fae\u8f6f\u5fc5\u5e94\u82f1\u6c49\u5b57\u5178", "short_name": "\u5fc5\u5e94", "description": "\u9009\u62e9\u5355\u8bcd\uff0c\u70b9\u51fb\u53f3\u952e\u83dc\u5355\u6253\u5f00\u5fae\u8f6f\u5fc5\u5e94\u5b57\u5178", "version": "0.7", "manifest_version": 2, "icons": { "16": "bing.png", "48": "bing.png", "128": "bing.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "sample.js" ] } } |