LatTab - Learn Latin Proverbs

Learn Latin proverbs - each time you open up a new tab.

Что такое LatTab - Learn Latin Proverbs?

LatTab - Learn Latin Proverbs - это расширение Chrome, разработанное JbenderCode, и его основная функция - "Learn Latin proverbs - each time you open up a new tab.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения LatTab - Learn Latin Proverbs

Скачайте файлы расширений LatTab - Learn Latin Proverbs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Replace your new tab page with a page that will teach you the English meaning behind Latin proverbs.

Latin is the root of many languages and this extension was built as a fun project to share some of that ancient wisdom, and insight with everyone. 

Version 1.2.0
* Minor styling changes
* Added Roots as a secondary option                    

Основная информация о расширении

Название LatTab - Learn Latin Proverbs LatTab - Learn Latin Proverbs
ID eiocjaocpmackhbaffoejkcmnfbdpgpj
Официальный URL https://chromewebstore.google.com/detail/lattab-learn-latin-prover/eiocjaocpmackhbaffoejkcmnfbdpgpj
Описание Learn Latin proverbs - each time you open up a new tab.
Размер файла 146 KB
Количество установок 232
Текущая Версия 1.2.0
Последнее Обновление 2018-01-31
Дата публикации 2018-01-31
Рейтинг 4.00/5 Всего 10 оценок
Разработчик JbenderCode
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LatTab - Learn Latin Proverbs",
    "short_name": "LatTab",
    "version": "1.2.0",
    "description": "Learn Latin proverbs - each time you open up a new tab.",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.0.3.min.js"
        ]
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "author": "Josh Bender - [email protected], Skylar Bolton - [email protected]"
}