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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}