ESI Stylish

Improve vision and posture in a few clicks thanks to ESI styles!

ESI Stylishคืออะไร?

ESI Stylish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dreamject.org และคุณลักษณะหลักของมันคือ "Improve vision and posture in a few clicks thanks to ESI styles!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESI Stylish

ดาวน์โหลดไฟล์ส่วนขยาย ESI Stylish ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Reduce damage to the computer on eye health and back, eye fatigue and compensate myopia by ESI styles! Simply choose the font size that you just read from a safe distance and never stare at the computer to see the fine print.
In addition, you can upload custom styles from the site userstiles.ugg.
The project is in development, but it is already possible to use (Error reported on the website)
This plugin is based on the popular plugin Stylish by Jason Barnabe.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ESI Stylish ESI Stylish
ID bldankcfaddopfeelafmbkjboflldjki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/esi-stylish/bldankcfaddopfeelafmbkjboflldjki
คำอธิบาย Improve vision and posture in a few clicks thanks to ESI styles!
ขนาดไฟล์ 503 KB
จำนวนการติดตั้ง 4,008
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.37/5 รวมทั้งหมด 131 คะแนน
ผู้พัฒนา https://dreamject.org
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dreamject.org/
URL หน้าช่วยเหลือ http://dreamject.org/dreamjects/esi/support/
ภาษาที่รองรับ de,en,fr,nl,tr,es,it,pt-BR,fi,sv,cs,el,ru,te,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESI Stylish",
    "version": "1.2.1",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/dreamject.ru\/dreamjects\/esi\/support\/",
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "storage",
        "http:\/\/userstyles.org\/",
        "https:\/\/userstyles.org\/",
        "http:\/\/dreamject.org\/",
        "http:\/\/dreamject.ru\/"
    ],
    "background": {
        "scripts": [
            "messaging.js",
            "storage.js",
            "background.js"
        ]
    },
    "commands": {
        "openManage": {
            "description": "__MSG_openManage__"
        },
        "styleDisableAll": {
            "description": "__MSG_disableAllStyles__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "apply.js"
            ]
        },
        {
            "matches": [
                "http:\/\/userstyles.org\/*",
                "https:\/\/userstyles.org\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "install.js"
            ]
        }
    ],
    "options_page": "manage.html",
    "browser_action": {
        "default_icon": {
            "19": "19w.png",
            "38": "38w.png"
        },
        "default_title": "ESI Stylish",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}