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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Einstein एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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