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 là gì?

Einstein là một tiện ích mở rộng Chrome được phát triển bởi Manuel Fernandes, và tính năng chính của nó là "Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Einstein

Tải xuống các tệp mở rộng Einstein dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Einstein Einstein
ID jlaehefbobfohjgiokhdkljoigedhflg
URL Chính Thức https://chromewebstore.google.com/detail/einstein/jlaehefbobfohjgiokhdkljoigedhflg
Mô tả Now that you have plenty of time on our hands because of the corona virus lockdown, you may as well start exercising your brain...
Kích Thước Tệp 64.47 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-04-10
Ngày Phát Hành 2020-04-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Manuel Fernandes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tinoni/einstein
URL Trang Trợ Giúp https://github.com/tinoni/einstein
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}