Unofficial Google Books Right-Click Search
Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
Cos'è Unofficial Google Books Right-Click Search?
Unofficial Google Books Right-Click Search è un'estensione di Chrome sviluppata da Eleazar, e la sua funzione principale è "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unofficial Google Books Right-Click Search
Scarica i file di estensione Unofficial Google Books Right-Click Search 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
The extension allows you to search for selected text on Google Books via right-click.
* This extension is unofficial and is not authorised by, endorsed by or produced by Google or any other company. Informazioni di Base sull'Estensione
| Nome | |
| ID | hkhjpncidkbbndcddhgdfcjndijdhina |
| URL Ufficiale | https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina |
| Descrizione | Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product. |
| Dimensione del File | 32.16 KB |
| Conteggio Installazioni | 104 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2023-04-13 |
| Data di Pubblicazione | 2021-05-04 |
| Sviluppatore | Eleazar |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/lcookiel/gbooks-right-click-search |
| URL della Pagina di Aiuto | https://github.com/lcookiel/gbooks-right-click-search |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"main.js"
]
},
"browser_action": {
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png"
},
"default_title": "Unofficial Google Books Right-Click Search"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"manifest_version": 2,
"name": "Unofficial Google Books Right-Click Search",
"short_name": "GB Search",
"description": "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.",
"permissions": [
"contextMenus"
],
"version": "1.1.1"
} | |