Right-click and Bing
Search for selected text using Bing
What is Right-click and Bing?
Right-click and Bing is a Chrome extension developed by Unknown, and its main feature is "Search for selected text using Bing".
Extension Screenshots
Download Right-click and Bing Extension CRX File
Download Right-click and Bing 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
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.
Extension Basic Information
Name | Right-click and Bing |
ID | liolfjbonndblpeplpapcdpfcdgfeplb |
Official URL | https://chromewebstore.google.com/detail/right-click-and-bing/liolfjbonndblpeplpapcdpfcdgfeplb |
Description | Search for selected text using Bing |
File Size | 8.65 KB |
Installation Count | 309 |
Current Version | 0.0.1 |
Last Updated | 2015-08-26 |
Publish Date | 2015-08-26 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } } |