我的右键
我的右键,在Chrome的右键菜单整合了多种搜索引擎、翻译、字典、常用网络工具等常用功能 by BaozY.com
Cos'è 我的右键?
我的右键 è un'estensione di Chrome sviluppata da https://www.baozy.com, e la sua funzione principale è "我的右键,在Chrome的右键菜单整合了多种搜索引擎、翻译、字典、常用网络工具等常用功能 by BaozY.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 我的右键
Scarica i file di estensione 我的右键 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
我的右键(MyRight),在谷歌浏览器(Chrome)的右键菜单整合了多种搜索引擎、翻译、字典、网络工具、分享、二维码(生成和读取)、快速保存文本等常用功能。你无需开多个网页,鼠标右击一下即可满足多种需要,能让你在上网冲浪时候大大提高效率。
Informazioni di Base sull'Estensione
Nome | 我的右键 |
ID | daldfnbbgabpcbkkccaooijdpmgnjemh |
URL Ufficiale | https://chromewebstore.google.com/detail/%E6%88%91%E7%9A%84%E5%8F%B3%E9%94%AE/daldfnbbgabpcbkkccaooijdpmgnjemh |
Descrizione | 我的右键,在Chrome的右键菜单整合了多种搜索引擎、翻译、字典、常用网络工具等常用功能 by BaozY.com |
Dimensione del File | 66.27 KB |
Conteggio Installazioni | 3,063 |
Versione Corrente | 1.3.5 |
Ultimo Aggiornamento | 2020-12-23 |
Data di Pubblicazione | 2017-02-24 |
Valutazione | 4.62/5 Totale 29 Valutazioni |
Sviluppatore | https://www.baozy.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |