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.”。
扩展截图
下载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 |
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" } |