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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें
crx प्रारूप में Unofficial Google Books Right-Click Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |