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.

Wat is Unofficial Google Books Right-Click Search?

Unofficial Google Books Right-Click Search is een Chrome-extensie ontwikkeld door Eleazar, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Unofficial Google Books Right-Click Search

Download Unofficial Google Books Right-Click Search-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

                        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.                    

Basisinformatie over de Extensie

Naam Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
Officiële URL https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
Beschrijving Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
Bestandsgrootte 32.16 KB
Aantal Installaties 104
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-04-13
Publicatiedatum 2021-05-04
Ontwikkelaar Eleazar
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lcookiel/gbooks-right-click-search
Help Pagina-URL https://github.com/lcookiel/gbooks-right-click-search
Ondersteunde Talen 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"
}