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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eleazar และคุณลักษณะหลักของมันคือ "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unofficial Google Books Right-Click Search
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
} | |