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.

Co je Unofficial Google Books Right-Click Search?

Unofficial Google Books Right-Click Search je rozšíření Chrome vyvinuté Eleazar, a jeho hlavní funkcí je „Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Unofficial Google Books Right-Click Search

Stáhněte si soubory rozšíření Unofficial Google Books Right-Click Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
Oficiální URL https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
Popis Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
Velikost souboru 32.16 KB
Počet instalací 104
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-04-13
Datum Vydání 2021-05-04
Vývojář Eleazar
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/lcookiel/gbooks-right-click-search
URL Stránky Nápovědy https://github.com/lcookiel/gbooks-right-click-search
Podporované Jazyky 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"
}