Hindi word meaning
This extension gives meaning of selected hindi words
Τι είναι το Hindi word meaning;
Το Hindi word meaning είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Prakhar Saxena, και η κύρια λειτουργία του είναι "This extension gives meaning of selected hindi words".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hindi word meaning
Λήψη αρχείων επέκτασης Hindi word meaning σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The extension can be used by people for getting meaning of any hindi words they come across while surfing the internet. It can be used in two ways. 1. Users can double click on the word on any webpage and the extension will display a tool tip with the meaning of the word in english. 2. Further, users can click on the extension and straightaway search for the hindi word there and get the meaning.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hindi word meaning |
ID | pdohdmigcidklpdnoeoaodigkpblgoij |
Επίσημο URL | https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij |
Περιγραφή | This extension gives meaning of selected hindi words |
Μέγεθος Αρχείου | 143 KB |
Αριθμός Εγκαταστάσεων | 120 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2014-12-12 |
Ημερομηνία Δημοσίευσης | 2014-12-11 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Prakhar Saxena |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hindi word meaning", "description": "This extension gives meaning of selected hindi words", "version": "1.0", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.1.min.js", "jquery-ui.min.js", "testScript.js" ], "css": [ "jquery-ui.theme.min.css", "jquery-ui.structure.min.css" ] } ], "permissions": [] } |