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 là gì?
Unofficial Google Books Right-Click Search là một tiện ích mở rộng Chrome được phát triển bởi Eleazar, và tính năng chính của nó là "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unofficial Google Books Right-Click Search
Tải xuống các tệp mở rộng Unofficial Google Books Right-Click Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unofficial Google Books Right-Click Search |
ID | hkhjpncidkbbndcddhgdfcjndijdhina |
URL Chính Thức | https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina |
Mô tả | Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product. |
Kích Thước Tệp | 32.16 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-04-13 |
Ngày Phát Hành | 2021-05-04 |
Nhà Phát Triển | Eleazar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lcookiel/gbooks-right-click-search |
URL Trang Trợ Giúp | https://github.com/lcookiel/gbooks-right-click-search |
Ngôn Ngữ Được Hỗ Trợ | 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" } |