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
Eメール [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"
    }
}