ESI Stylish

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

ESI Stylish란 무엇입니까?

ESI Stylish은(는) https://dreamject.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve vision and posture in a few clicks thanks to ESI styles!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ESI Stylish 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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"
}