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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Einstein

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}