Search Google Image
Search Google Image for the selected text
Τι είναι το Search Google Image;
Το Search Google Image είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Quy Nguyen, και η κύρια λειτουργία του είναι "Search Google Image for the selected text".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Search Google Image
Λήψη αρχείων επέκτασης Search Google Image σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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]" } ] } |