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 to jest Unofficial Google Books Right-Click Search?

Unofficial Google Books Right-Click Search to rozszerzenie Chrome opracowane przez Eleazar, a jego główną funkcją jest „Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Unofficial Google Books Right-Click Search

Pobierz pliki rozszerzeń Unofficial Google Books Right-Click Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
Oficjalny URL https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
Opis Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
Rozmiar pliku 32.16 KB
Liczba instalacji 104
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2023-04-13
Data Publikacji 2021-05-04
Deweloper Eleazar
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/lcookiel/gbooks-right-click-search
Adres URL Strony Pomocy https://github.com/lcookiel/gbooks-right-click-search
Obsługiwane Języki 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"
}