我的右键
我的右键,在Chrome的右键菜单整合了多种搜索引擎、翻译、字典、常用网络工具等常用功能 by BaozY.com
What is 我的右键?
我的右键 is a Chrome extension developed by https://www.baozy.com, and its main feature is "我的右键,在Chrome的右键菜单整合了多种搜索引擎、翻译、字典、常用网络工具等常用功能 by BaozY.com".
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
我的右键(MyRight),在谷歌浏览器(Chrome)的右键菜单整合了多种搜索引擎、翻译、字典、网络工具、分享、二维码(生成和读取)、快速保存文本等常用功能。你无需开多个网页,鼠标右击一下即可满足多种需要,能让你在上网冲浪时候大大提高效率。
Extension Basic Information
Name | 我的右键 |
ID | daldfnbbgabpcbkkccaooijdpmgnjemh |
Official URL | https://chromewebstore.google.com/detail/%E6%88%91%E7%9A%84%E5%8F%B3%E9%94%AE/daldfnbbgabpcbkkccaooijdpmgnjemh |
Description | 我的右键,在Chrome的右键菜单整合了多种搜索引擎、翻译、字典、常用网络工具等常用功能 by BaozY.com |
File Size | 66.27 KB |
Installation Count | 3,063 |
Current Version | 1.3.5 |
Last Updated | 2020-12-23 |
Publish Date | 2017-02-24 |
Rating | 4.62/5 Total 29 Ratings |
Developer | https://www.baozy.com |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6211\u7684\u53f3\u952e", "description": "\u6211\u7684\u53f3\u952e\uff0c\u5728Chrome\u7684\u53f3\u952e\u83dc\u5355\u6574\u5408\u4e86\u591a\u79cd\u641c\u7d22\u5f15\u64ce\u3001\u7ffb\u8bd1\u3001\u5b57\u5178\u3001\u5e38\u7528\u7f51\u7edc\u5de5\u5177\u7b49\u5e38\u7528\u529f\u80fd by BaozY.com", "version": "1.3.5", "manifest_version": 2, "icons": { "16": "myright16.png", "32": "myright32.png", "48": "myright48.png", "64": "myright64.png", "128": "myright128.png" }, "permissions": [ "*:\/\/*\/*", "contextMenus", "tabs", "clipboardWrite", "downloads" ], "background": { "page": "background.html" }, "homepage_url": "http:\/\/www.baozy.com\/myright" } |