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.

Hvad er Unofficial Google Books Right-Click Search?

Unofficial Google Books Right-Click Search er en Chrome-udvidelse udviklet af Eleazar, og dens hovedfunktion er "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Unofficial Google Books Right-Click Search-udvidelses-CRX-fil

Download Unofficial Google Books Right-Click Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
Officiel URL https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
Beskrivelse Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
Filstørrelse 32.16 KB
Antal Installationer 104
Nuværende Version 1.1.1
Senest Opdateret 2023-04-13
Udgivelsesdato 2021-05-04
Udvikler Eleazar
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/lcookiel/gbooks-right-click-search
Hjælpeside-URL https://github.com/lcookiel/gbooks-right-click-search
Understøttede Sprog 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"
}