WordList
A vocabulary list app
Qu'est-ce que WordList ?
WordList est une extension Chrome développée par Unknown, et sa fonction principale est "A vocabulary list app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WordList
Téléchargez les fichiers d'extension WordList au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Create study notes, learn a new language or even keep simple notes on your browser. Use WordLists to Learn new words by making lists and organize your learning. Anytime you come across a new word, add it to your list and keep them forever! Your lists will be on your browser for easy access while doing research or reading for pleasure. You can edit and rename your lists, download them and search their meanings on Google Dictionary. Organize simply – keep every term in a neat term-definition pair. No need to waste time with creating a new table. Download your lists as CSV files – Just download your lists and save them to your computer. Fast Google search new words – You can search definitions using the search bar and save time!
Informations de Base sur l'Extension
Nom | WordList |
ID | hkcieafmfbfnbocffnabjpghbgnnanoi |
URL Officiel | https://chromewebstore.google.com/detail/wordlist/hkcieafmfbfnbocffnabjpghbgnnanoi |
Description | A vocabulary list app |
Taille du Fichier | 39.65 KB |
Nombre d'Installations | 127 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-07-11 |
Date de Publication | 2019-07-11 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/melisgokalp/WordList |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WordList", "description": "A vocabulary list app", "version": "1.0", "browser_action": { "default_popup": "WordList.html", "default_icon": "extension_logo.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens WordList.html" } } } |