Right-click and Bing
Search for selected text using Bing
Wat is Right-click and Bing?
Right-click and Bing is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Search for selected text using Bing".
Extensie Screenshots
Download het CRX-bestand van de extensie Right-click and Bing
Download Right-click and Bing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Right-click and Bing |
ID | liolfjbonndblpeplpapcdpfcdgfeplb |
Officiële URL | https://chromewebstore.google.com/detail/right-click-and-bing/liolfjbonndblpeplpapcdpfcdgfeplb |
Beschrijving | Search for selected text using Bing |
Bestandsgrootte | 8.65 KB |
Aantal Installaties | 309 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-08-26 |
Publicatiedatum | 2015-08-26 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |