Vocabulary Everyday
Learn Vocabulary Everywhere, Anytime
Wat is Vocabulary Everyday?
Vocabulary Everyday is een Chrome-extensie ontwikkeld door Innoria Solution, en de belangrijkste functie is "Learn Vocabulary Everywhere, Anytime".
Extensie Screenshots
Download het CRX-bestand van de extensie Vocabulary Everyday
Download Vocabulary Everyday-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ebinibnpfccjjjjfejkgenoloamanelh |
| Officiële URL | https://chromewebstore.google.com/detail/vocabulary-everyday/ebinibnpfccjjjjfejkgenoloamanelh |
| Beschrijving | Learn Vocabulary Everywhere, Anytime |
| Bestandsgrootte | 38.46 KB |
| Aantal Installaties | 40 |
| Huidige Versie | 2 |
| Laatst Bijgewerkt | 2015-03-17 |
| Publicatiedatum | 2015-03-17 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Innoria Solution |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Vocabulary Everyday",
"description": "Learn Vocabulary Everywhere, Anytime",
"version": "2",
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"script.js"
],
"css": [
"vocab.css"
]
}
]
} | |