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

Qu'est-ce que Einstein ?

Einstein est une extension Chrome développée par Manuel Fernandes, et sa fonction principale est "Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Einstein

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

                        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                    

Informations de Base sur l'Extension

Nom Einstein Einstein
ID jlaehefbobfohjgiokhdkljoigedhflg
URL Officiel https://chromewebstore.google.com/detail/einstein/jlaehefbobfohjgiokhdkljoigedhflg
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...
Taille du Fichier 64.47 KB
Nombre d'Installations 39
Version Actuelle 0.1
Dernière Mise à Jour 2020-04-10
Date de Publication 2020-04-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Manuel Fernandes
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tinoni/einstein
URL de la Page d'Aide https://github.com/tinoni/einstein
Langues Prises en Charge 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"
    }
}