Einstein

Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...

Что такое Einstein?

Einstein - это расширение Chrome, разработанное Manuel Fernandes, и его основная функция - "Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...".

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

screenshot

Скачать файл CRX расширения Einstein

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

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

                        Convert the text of any website to a language that will challenge your brain. Click the Einstein button and see if you can still read the text. You will be surprised that after a few moments your brain will adapt and you will be able to read normally again.

Where did I get this idea:
I saw a t-shirt with the following text:

7H3 M345UR3 0F 1N73LL163NC3 15 7H3 481L7Y 70 CH4N63.
4L83R7 31N5731N                    

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

Название Einstein Einstein
ID jlaehefbobfohjgiokhdkljoigedhflg
Официальный URL https://chromewebstore.google.com/detail/einstein/jlaehefbobfohjgiokhdkljoigedhflg
Описание Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...
Размер файла 64.47 KB
Количество установок 39
Текущая Версия 0.1
Последнее Обновление 2020-04-10
Дата публикации 2020-04-10
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Manuel Fernandes
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/tinoni/einstein
URL страницы помощи https://github.com/tinoni/einstein
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Einstein",
    "description": "Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...",
    "version": "0.1",
    "author": "Manuel Fernandes ",
    "homepage_url": "https:\/\/github.com\/tinoni\/einstein",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "48.png"
    }
}