Dictionary
Select a word on the webpage and open popup to instantly look up in the dictionary
Τι είναι το Dictionary;
Το Dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SandeepKrSuman, και η κύρια λειτουργία του είναι "Select a word on the webpage and open popup to instantly look up in the dictionary".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dictionary
Λήψη αρχείων επέκτασης Dictionary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It is unconventional to always open a new tab to lookup for a word's meaning while you are reading your favorite blog or when you are simply browsing and you come across a word you want to know about. This extension is here to rescue. Select a word you want to look at and click on the extension button at the top and a beautiful popup will appear with the word definition and example. Isn't this cool and conventional? Install this extension and find word definitions on the go. [Open Source]
Βασικές Πληροφορίες Επέκτασης
Όνομα | Dictionary |
ID | dlapopclhkmhhkmjhhaloapiiepbbnii |
Επίσημο URL | https://chromewebstore.google.com/detail/dictionary/dlapopclhkmhhkmjhhaloapiiepbbnii |
Περιγραφή | Select a word on the webpage and open popup to instantly look up in the dictionary |
Μέγεθος Αρχείου | 289 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2023-07-23 |
Ημερομηνία Δημοσίευσης | 2021-08-24 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | SandeepKrSuman |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/SandeepKrSuman/dictionary-extension |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/SandeepKrSuman/dictionary-extension/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/SandeepKrSuman/dictionary-extension/blob/master/PRIVACY.md |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dictionary", "version": "1.2.1", "action": { "default_icon": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png" }, "default_title": "Dictionary", "default_popup": "popup\/popup.html" }, "description": "Select a word on the webpage and open popup to instantly look up in the dictionary", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "author": "SandeepKrSuman", "content_scripts": [ { "matches": [ " |