Workflowy Styler

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

Workflowy Styler là gì?

Workflowy Styler là một tiện ích mở rộng Chrome được phát triển bởi Coder of the Galaxy, và tính năng chính của nó là "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Workflowy Styler

Tải xuống các tệp mở rộng Workflowy Styler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Workflowy Styler Workflowy Styler
ID bmhgibpiicbffanngfodeeinbachkmlf
URL Chính Thức https://chromewebstore.google.com/detail/workflowy-styler/bmhgibpiicbffanngfodeeinbachkmlf
Mô tả Customize Workflowy to your liking! Change the background, page width, opacity, color and more!
Kích Thước Tệp 308 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2017-04-29
Ngày Phát Hành 2017-04-29
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Coder of the Galaxy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}