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

Cos'è Einstein?

Einstein è un'estensione di Chrome sviluppata da Manuel Fernandes, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Einstein

Scarica i file di estensione Einstein in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Einstein Einstein
ID jlaehefbobfohjgiokhdkljoigedhflg
URL Ufficiale https://chromewebstore.google.com/detail/einstein/jlaehefbobfohjgiokhdkljoigedhflg
Descrizione Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...
Dimensione del File 64.47 KB
Conteggio Installazioni 39
Versione Corrente 0.1
Ultimo Aggiornamento 2020-04-10
Data di Pubblicazione 2020-04-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Manuel Fernandes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tinoni/einstein
URL della Pagina di Aiuto https://github.com/tinoni/einstein
Lingue Supportate 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"
    }
}