Workflowy Styler

Customize Workflowy to your liking! Change the background, page width, opacity, color and more!

什么是Workflowy Styler?

Workflowy Styler是由Coder of the Galaxy开发的Chrome扩展程序,该扩展的主要功能是“Customize Workflowy to your liking! Change the background, page width, opacity, color and more!”。

扩展截图

screenshot
screenshot

下载Workflowy Styler扩展crx文件

下载Workflowy Styler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Customize Workflowy to your look exactly how you like it! Change the background, page width, opacity, color and more!                    

扩展基本信息

名称 Workflowy Styler Workflowy Styler
ID bmhgibpiicbffanngfodeeinbachkmlf
官方URL https://chromewebstore.google.com/detail/workflowy-styler/bmhgibpiicbffanngfodeeinbachkmlf
简介 Customize Workflowy to your liking! Change the background, page width, opacity, color and more!
文件大小 308 KB
安装次数 182
当前版本 0.0.0.4
更新时间 2017-04-29
上架时间 2017-04-29
评分 4.60/5 共5次评分
开发者 Coder of the Galaxy
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workflowy Styler",
    "description": "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!",
    "version": "0.0.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*"
            ],
            "js": [
                "\/data\/resources\/lib\/jquery\/jquery-1.11.3.min.js",
                "\/data\/resources\/lib\/colorpicker\/js\/bootstrap-colorpicker.min.js",
                "\/data\/options\/chromeApiWrapper.js",
                "\/data\/extension\/workflowy_cs.js"
            ],
            "css": [
                "\/data\/extension\/workflowy_cs.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/resources\/img\/icon16.png",
        "48": "data\/resources\/img\/icon48.png",
        "128": "data\/resources\/img\/icon128.png"
    },
    "options_page": "data\/options\/index.html",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/index.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/resources\/img\/icon256.png",
            "38": "data\/resources\/img\/icon256.png"
        },
        "default_title": "Workflowy Styler Options",
        "default_popup": "\/data\/options\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/workflowy.com\/*"
    ]
}