Vocabulary Flash Card
This extention will create your vocabulary flash card automatically based on your accessing URLs.
Qu'est-ce que Vocabulary Flash Card ?
Vocabulary Flash Card est une extension Chrome développée par miz, et sa fonction principale est "This extention will create your vocabulary flash card automatically based on your accessing URLs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vocabulary Flash Card
Téléchargez les fichiers d'extension Vocabulary Flash Card 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
This extension will save your accessing URLs automatically as your bookmark. Use case: If you are learning any language, and accessing an online dictionary frequently, this extension will create your vocabulary flash card as your bookmark. You can find all your searched words in your bookmark folder. Using this extension, you can: - Specify URL patterns to save, exclude pattern not to save. - Lookup your searching words from the title or URL of the page. - Choose your bookmark folder to save your bookmarks. - Have multiple set of configurations as many as you like. By default, this extension has 2 sets of configuration, and those are disabled. Please modify, add and remove these configurations as you like. In addition, this extension will: - Sync your configuration to all your Chrome browsers. - Sync your vocabulary flash card to all your Chrome browsers. These features are depends on Chrome sync. In order to use these features, please sign in to your Chrome browser with your Google account, and enable Extensions and Bookmarks sync.
Informations de Base sur l'Extension
Nom | Vocabulary Flash Card |
ID | gebhpkmockafkmbgpkagikdggkfnpaja |
URL Officiel | https://chromewebstore.google.com/detail/vocabulary-flash-card/gebhpkmockafkmbgpkagikdggkfnpaja |
Description | This extention will create your vocabulary flash card automatically based on your accessing URLs. |
Taille du Fichier | 71.64 KB |
Nombre d'Installations | 121 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2014-01-16 |
Date de Publication | 2014-01-16 |
Évaluation | 2.00/5 Total 3 Évaluations |
Développeur | miz |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vocabulary Flash Card", "version": "0.2.1", "description": "This extention will create your vocabulary flash card automatically based on your accessing URLs.", "background": { "persistent": false, "page": "background.html" }, "permissions": [ "bookmarks", "storage", "tabs" ], "options_page": "options.html" } |