Esperanto Word Tabs
A simple extension that loads new words in every tab.
Wat is Esperanto Word Tabs?
Esperanto Word Tabs is een Chrome-extensie ontwikkeld door Nicholas Jensen, en de belangrijkste functie is "A simple extension that loads new words in every tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Esperanto Word Tabs
Download Esperanto Word Tabs-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
Esperanto Word Tabs is an advanced word-pair extension. As you browse the web, in every new tab, you'll get a new set of words (currently in English and Esperanto). You can jump right into the fun now! Start by installing. That's it! Open a new tab to get your first set of words. Example: friend → amiko
Basisinformatie over de Extensie
Naam | |
ID | kchffgapckdbcnbmcakpkpjboegpjehb |
Officiële URL | https://chromewebstore.google.com/detail/esperanto-word-tabs/kchffgapckdbcnbmcakpkpjboegpjehb |
Beschrijving | A simple extension that loads new words in every tab. |
Bestandsgrootte | 288 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.4.0 |
Laatst Bijgewerkt | 2019-02-20 |
Publicatiedatum | 2019-02-19 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Nicholas Jensen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://umonkey.us/articles/esperanto-word-tabs-browser-extension/ |
Help Pagina-URL | https://umonkey.us/articles/esperanto-word-tabs-browser-extension/support/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4.0", "manifest_version": 2, "description": "__MSG_extDescription__", "homepage_url": "https:\/\/umonkey.us\/articles\/esperanto-word-tabs-browser-extension\/", "author": "Nicholas Jensen", "icons": { "16": "app-icons\/icon-16.png", "32": "app-icons\/icon-32.png", "48": "app-icons\/icon-48.png", "64": "app-icons\/icon-64.png", "128": "app-icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "storage", "geolocation" ], "background": { "persistent": true, "scripts": [ "js\/background-script.bundle.js" ] }, "chrome_url_overrides": { "newtab": "html\/tab-page-index.html" }, "browser_action": { "default_icon": "app-icons\/icon-128.png", "default_title": "__MSG_extName__", "default_popup": "html\/browser-action-index.html" } } |