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.

Qu'est-ce que Unofficial Google Books Right-Click Search ?

Unofficial Google Books Right-Click Search est une extension Chrome développée par Eleazar, et sa fonction principale est "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Unofficial Google Books Right-Click Search

Téléchargez les fichiers d'extension Unofficial Google Books Right-Click Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
URL Officiel https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
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.
Taille du Fichier 32.16 KB
Nombre d'Installations 104
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-04-13
Date de Publication 2021-05-04
Développeur Eleazar
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lcookiel/gbooks-right-click-search
URL de la Page d'Aide https://github.com/lcookiel/gbooks-right-click-search
Langues Prises en Charge 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"
}