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"
    }
}