Lookup Word in Dictionary
Looks up the selected text on a world famous online dictionary.
Τι είναι το Lookup Word in Dictionary;
Το Lookup Word in Dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον baspeti, και η κύρια λειτουργία του είναι "Looks up the selected text on a world famous online dictionary.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lookup Word in Dictionary
Λήψη αρχείων επέκτασης Lookup Word in Dictionary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Just right-click on the selected text and choose * Lookup 'text' on the world famous, blue and red colored online dictionary context menu item and there you go! It was easy, huh? Or alternatively you can hit "Alt + W" shortcut to get the selected text looked up or if there is nothing selected, then the online dictionary is started up on a new tab. (Since version 1.2) HINT: Just be careful not hitting "Ctrl (Cmd on Mac) + W" instead, because it will close your active tab. But in case if you did so, don't panic, you can recover that tab by pressing "Ctrl (Cmd on Mac) + Shift + T". Buy me a coffee :) https://www.buymeacoffee.com/baspeti
Βασικές Πληροφορίες Επέκτασης
Όνομα | Lookup Word in Dictionary |
ID | kbkglbhikjonodlofbcomogfcbfjipog |
Επίσημο URL | https://chromewebstore.google.com/detail/lookup-word-in-dictionary/kbkglbhikjonodlofbcomogfcbfjipog |
Περιγραφή | Looks up the selected text on a world famous online dictionary. |
Μέγεθος Αρχείου | 31.97 KB |
Αριθμός Εγκαταστάσεων | 15,209 |
Τρέχουσα Έκδοση | 1.7 |
Τελευταία Ενημέρωση | 2022-05-21 |
Ημερομηνία Δημοσίευσης | 2015-03-16 |
Αξιολόγηση | 4.38/5 Συνολικά 85 Αξιολογήσεις |
Προγραμματιστής | baspeti |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lookup Word in Dictionary", "description": "Looks up the selected text on a world famous online dictionary.", "version": "1.7", "permissions": [ "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "w_logo_16x16.png", "48": "w_logo_48x48.png", "128": "w_logo_128x128.png" }, "background": { "persistent": false, "scripts": [ "lookupW.js" ] }, "commands": { "lookup-on-MW": { "suggested_key": { "default": "Alt+W" }, "description": "Lookup Word" } }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |