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文件

下载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"
}