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.

Unofficial Google Books Right-Click Searchとは何ですか?

Unofficial Google Books Right-Click SearchはEleazarによって開発されたChromeの拡張機能で、その主な機能は「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
screenshot

Unofficial Google Books Right-Click Search拡張機能のCRXファイルをダウンロード

Unofficial Google Books Right-Click Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
公式URL https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
説明 Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
ファイルサイズ 32.16 KB
インストール数 104
現在のバージョン 1.1.1
最終更新日 2023-04-13
公開日 2021-05-04
開発者 Eleazar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/lcookiel/gbooks-right-click-search
ヘルプページのURL https://github.com/lcookiel/gbooks-right-click-search
対応言語 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"
}