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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}