Esperanto Word Tabs

A simple extension that loads new words in every tab.

Qu'est-ce que Esperanto Word Tabs ?

Esperanto Word Tabs est une extension Chrome développée par Nicholas Jensen, et sa fonction principale est "A simple extension that loads new words in every tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Esperanto Word Tabs

Téléchargez les fichiers d'extension Esperanto Word Tabs 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

                        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                    

Informations de Base sur l'Extension

Nom Esperanto Word Tabs Esperanto Word Tabs
ID kchffgapckdbcnbmcakpkpjboegpjehb
URL Officiel https://chromewebstore.google.com/detail/esperanto-word-tabs/kchffgapckdbcnbmcakpkpjboegpjehb
Description A simple extension that loads new words in every tab.
Taille du Fichier 288 KB
Nombre d'Installations 39
Version Actuelle 1.4.0
Dernière Mise à Jour 2019-02-20
Date de Publication 2019-02-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur Nicholas Jensen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://umonkey.us/articles/esperanto-word-tabs-browser-extension/
URL de la Page d'Aide https://umonkey.us/articles/esperanto-word-tabs-browser-extension/support/
Langues Prises en Charge 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"
    }
}