Right-click and Bing
Search for selected text using Bing
什么是Right-click and Bing?
Right-click and Bing是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Search for selected text using Bing”。
扩展截图
下载Right-click and Bing扩展crx文件
下载Right-click and Bing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Please note that this is not an official app. Select some text and right click it. Now you find "Bing for Selected Text" in it.
扩展基本信息
名称 | Right-click and Bing |
ID | liolfjbonndblpeplpapcdpfcdgfeplb |
官方URL | https://chromewebstore.google.com/detail/right-click-and-bing/liolfjbonndblpeplpapcdpfcdgfeplb |
简介 | Search for selected text using Bing |
文件大小 | 8.65 KB |
安装次数 | 309 |
当前版本 | 0.0.1 |
更新时间 | 2015-08-26 |
上架时间 | 2015-08-26 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right-click and Bing", "description": "Search for selected text using Bing", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |