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.

Apa itu Unofficial Google Books Right-Click Search?

Unofficial Google Books Right-Click Search adalah ekstensi Chrome yang dikembangkan oleh Eleazar, dan fitur utamanya adalah "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Unofficial Google Books Right-Click Search

Unduh file ekstensi Unofficial Google Books Right-Click Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
URL Resmi https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
Deskripsi Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
Ukuran File 32.16 KB
Jumlah Instalasi 104
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2023-04-13
Tanggal Publikasi 2021-05-04
Pengembang Eleazar
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/lcookiel/gbooks-right-click-search
URL Halaman Bantuan https://github.com/lcookiel/gbooks-right-click-search
Bahasa yang Didukung 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"
}