WordFinder
Look up words in WordFinder’s dictionaries directly from any web site.
Τι είναι το WordFinder;
Το WordFinder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.wordfinder.com, και η κύρια λειτουργία του είναι "Look up words in WordFinder’s dictionaries directly from any web site.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WordFinder
Λήψη αρχείων επέκτασης WordFinder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Please note: This is an add-on to the WordFinder dictionary service. If you are not yet a subscriber, head over to www.wordfinder.com! You can try it 7 days for free. WordFinder is the leading dictionary service that gives you the words you want anywhere, anytime. This Chrome extension gives you the ability to instantly look up words in hundreds of dictionaries directly from any web site. WordFinder is always there when you need it. You can use any of the following methods to look up words: • Right-click on a word on the web page and look it up from the context menu. • Hold down CTRL (or ⌘ on a Mac) and double-click on the word you want to look up. • Or simply enter your word directly in the WordFinder search window. Suggested words from your selected dictionary (or dictionaries!) will appear instantly as you type. Hold down CTRL (or ⌘ on a Mac) while double-clicking on a translation to insert it in the latest text editing field on the current web page! A single click on a translation will copy it to the clipboard. WordFinder Unlimited features literally hundreds of dictionaries! Open the menu by clicking on the WordFinder icon in the task bar and go the dictionary page. There you can select only the dictionaries that you are interested in. While you are working with the WordFinder search window, instantly switch between your selected dictionaries from the dictionary menu, which appears when you click on the “hamburger menu” (three horizontal lines, in the title bar of the WordFinder search window). We look forward to hearing from you! If you discover a web site where the WordFinder Chrome extension does not work as expected, or have other suggestions or questions, please don’t hesitate to contact us at www.wordfinder.com/support. Our developers are actively working on adding new features and adapting the extension to different user needs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WordFinder |
ID | ioanocinpfgampobfhpajpojecdjnnno |
Επίσημο URL | https://chromewebstore.google.com/detail/wordfinder/ioanocinpfgampobfhpajpojecdjnnno |
Περιγραφή | Look up words in WordFinder’s dictionaries directly from any web site. |
Μέγεθος Αρχείου | 1.77 MB |
Αριθμός Εγκαταστάσεων | 2,174 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2020-10-16 |
Ημερομηνία Δημοσίευσης | 2019-09-29 |
Αξιολόγηση | 1.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://www.wordfinder.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.wordfinder.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.wordfinder.com/support/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.wordfinder.com/wp-content/uploads/WordFinder_Privacy_Policy.pdf |
Υποστηριζόμενες Γλώσσες | de,en,no,da,es,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_EXTENSION_NAME__", "short_name": "WordFinder", "version": "1.0.2", "default_locale": "en", "description": "__MSG_EXTENSION_DESCRIPTION__", "background": { "persistent": true, "page": "background.html" }, "permissions": [ "storage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/wf16.png", "32": "images\/wf32.png", "48": "images\/wf48.png", "64": "images\/wf64.png", "128": "images\/wf128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "WordFinder" }, "commands": { "wordFinderLookup": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" }, "description": "__MSG_SHORTCUT_LOOK_UP__" } }, "web_accessible_resources": [ "fonts\/*.woff2", "static\/css\/*.css" ], "content_security_policy": "object-src 'self'; script-src 'self' 'sha256-3s5gDuFo7QW7bvn278FcjaE8owdvstZlEej721UUet4='", "manifest_version": 2 } |