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
官方網址 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
電子郵箱 [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"
}