Buttress Vocabulary
Strengthen your vocabulary while reading things on browser.
Qu'est-ce que Buttress Vocabulary ?
Buttress Vocabulary est une extension Chrome développée par saurav.1869, et sa fonction principale est "Strengthen your vocabulary while reading things on browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Buttress Vocabulary
Téléchargez les fichiers d'extension Buttress Vocabulary 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
Coming across new words is easy and even knowing its definition. However, memorizing the words that you read doesn't come naturally. You have to work on it. This extension will ease this job. It lets you see the definition of a double-clicked word along with its pronunciation. However, this is not a striking feature as couple of other apps do it right now. You can quickly see all the words that you have looked up each day. Apart from a dictionary app it is also a vocabulary builder. Like other apps it doesn't inundates you with so many words that you have never seen. Memorizing the words for which you have a context will be much easier. WE DON'T HAVE ACCESS TO THE WORDS YOU LOOKUP!
Informations de Base sur l'Extension
Nom | Buttress Vocabulary |
ID | kipmhailimmdakeeeciablodlijhkkac |
URL Officiel | https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac |
Description | Strengthen your vocabulary while reading things on browser. |
Taille du Fichier | 121 KB |
Nombre d'Installations | 613 |
Version Actuelle | 2.3.1 |
Dernière Mise à Jour | 2020-08-03 |
Date de Publication | 2019-10-05 |
Évaluation | 4.50/5 Total 14 Évaluations |
Développeur | saurav.1869 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/saurav1869/ButtressVocab |
URL de la Page d'Aide | https://github.com/saurav1869/ButtressVocab |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Buttress Vocabulary", "version": "2.3.1", "description": "Strengthen your vocabulary while reading things on browser.", "browser_action": { "default_icon": "icons\/128book.png", "default_title": "ButtressVocab", "default_popup": "popup\/index.html" }, "icons": { "128": "icons\/128book.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "scripts\/jquery-3.3.1.min.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/jquery-3.3.1.min.js", "scripts\/presenter.js" ] } ] } |