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.
Was ist Unofficial Google Books Right-Click Search?
Unofficial Google Books Right-Click Search ist eine Chrome-Erweiterung, die von Eleazar entwickelt wurde, und ihr Hauptmerkmal ist "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".
Erweiterungsscreenshots
Unofficial Google Books Right-Click Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unofficial Google Books Right-Click Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Unofficial Google Books Right-Click Search |
ID | hkhjpncidkbbndcddhgdfcjndijdhina |
Offizielle URL | https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina |
Beschreibung | Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product. |
Dateigröße | 32.16 KB |
Installationsanzahl | 104 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2023-04-13 |
Veröffentlichungsdatum | 2021-05-04 |
Entwickler | Eleazar |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lcookiel/gbooks-right-click-search |
Hilfeseite URL | https://github.com/lcookiel/gbooks-right-click-search |
Unterstützte Sprachen | 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" } |