Esperanto Word Tabs

A simple extension that loads new words in every tab.

What is Esperanto Word Tabs?

Esperanto Word Tabs is a Chrome extension developed by Nicholas Jensen, and its main feature is "A simple extension that loads new words in every tab.".

Extension Screenshots

screenshot

Download Esperanto Word Tabs Extension CRX File

Download Esperanto Word Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Esperanto Word Tabs Esperanto Word Tabs
ID kchffgapckdbcnbmcakpkpjboegpjehb
Official URL https://chromewebstore.google.com/detail/esperanto-word-tabs/kchffgapckdbcnbmcakpkpjboegpjehb
Description A simple extension that loads new words in every tab.
File Size 288 KB
Installation Count 39
Current Version 1.4.0
Last Updated 2019-02-20
Publish Date 2019-02-19
Rating 5.00/5 Total 3 Ratings
Developer Nicholas Jensen
Email [email protected]
Payment Type free
Extension Website https://umonkey.us/articles/esperanto-word-tabs-browser-extension/
Help Page URL https://umonkey.us/articles/esperanto-word-tabs-browser-extension/support/
Supported Languages 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"
    }
}