Esperanto Word Tabs
A simple extension that loads new words in every tab.
Cos'è Esperanto Word Tabs?
Esperanto Word Tabs è un'estensione di Chrome sviluppata da Nicholas Jensen, e la sua funzione principale è "A simple extension that loads new words in every tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Esperanto Word Tabs
Scarica i file di estensione Esperanto Word Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kchffgapckdbcnbmcakpkpjboegpjehb |
URL Ufficiale | https://chromewebstore.google.com/detail/esperanto-word-tabs/kchffgapckdbcnbmcakpkpjboegpjehb |
Descrizione | A simple extension that loads new words in every tab. |
Dimensione del File | 288 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2019-02-20 |
Data di Pubblicazione | 2019-02-19 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Nicholas Jensen |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://umonkey.us/articles/esperanto-word-tabs-browser-extension/ |
URL della Pagina di Aiuto | https://umonkey.us/articles/esperanto-word-tabs-browser-extension/support/ |
Lingue Supportate | 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" } } |