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.
What is Unofficial Google Books Right-Click Search?
Unofficial Google Books Right-Click Search is a Chrome extension developed by Eleazar, and its main feature is "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".
Extension Screenshots
Download Unofficial Google Books Right-Click Search Extension CRX File
Download Unofficial Google Books Right-Click Search 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
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.
Extension Basic Information
Name | Unofficial Google Books Right-Click Search |
ID | hkhjpncidkbbndcddhgdfcjndijdhina |
Official URL | https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina |
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. |
File Size | 32.16 KB |
Installation Count | 104 |
Current Version | 1.1.1 |
Last Updated | 2023-04-13 |
Publish Date | 2021-05-04 |
Developer | Eleazar |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/lcookiel/gbooks-right-click-search |
Help Page URL | https://github.com/lcookiel/gbooks-right-click-search |
Supported Languages | 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" } |