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...

Was ist Einstein?

Einstein ist eine Chrome-Erweiterung, die von Manuel Fernandes entwickelt wurde, und ihr Hauptmerkmal ist "Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...".

Erweiterungsscreenshots

screenshot

Einstein-Erweiterungs-CRX-Datei herunterladen

Laden Sie Einstein-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Einstein Einstein
ID jlaehefbobfohjgiokhdkljoigedhflg
Offizielle URL https://chromewebstore.google.com/detail/einstein/jlaehefbobfohjgiokhdkljoigedhflg
Beschreibung Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...
Dateigröße 64.47 KB
Installationsanzahl 39
Aktuelle Version 0.1
Letztes Update 2020-04-10
Veröffentlichungsdatum 2020-04-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Manuel Fernandes
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/tinoni/einstein
Hilfeseite URL https://github.com/tinoni/einstein
Unterstützte Sprachen 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"
    }
}