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.

Vad är Unofficial Google Books Right-Click Search?

Unofficial Google Books Right-Click Search är en Chrome-tillägg utvecklad av Eleazar, och dess huvudfunktion är "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Unofficial Google Books Right-Click Search-förlängningens CRX-fil

Ladda ner Unofficial Google Books Right-Click Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
Officiell webbadress https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
Beskrivning Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
Filstorlek 32.16 KB
Antal Installationer 104
Aktuell Version 1.1.1
Senast Uppdaterad 2023-04-13
Publiceringsdatum 2021-05-04
Utvecklare Eleazar
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/lcookiel/gbooks-right-click-search
Hjälpsida URL https://github.com/lcookiel/gbooks-right-click-search
Stödda Språk 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"
}