Search Google Image
Search Google Image for the selected text
Search Google Image क्या है?
Search Google Image Quy Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Google Image for the selected text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search Google Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kklenaehmadokmlmbehblimejakphfae |
आधिकारिक URL | https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae |
विवरण | Search Google Image for the selected text |
फ़ाइल का आकार | 111 KB |
स्थापना संख्या | 1,678 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-01-01 |
प्रकाशन तिथि | 2018-01-01 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | Quy Nguyen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Google Image", "version": "1.1", "manifest_version": 2, "description": "Search Google Image for the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "google_image.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |