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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Einstein擴展crx文件

下載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
官方網址 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"
    }
}