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