WorkFlowy colorful tags

Allows to assign color to tags in Workflowy

WorkFlowy colorful tags là gì?

WorkFlowy colorful tags là một tiện ích mở rộng Chrome được phát triển bởi Yiannis Chronakis, và tính năng chính của nó là "Allows to assign color to tags in Workflowy".

Ả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 colorful tags

Tải xuống các tệp mở rộng WorkFlowy colorful tags 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

                        This extension allows the user to add colour to worKflowy tags. You can assign foreground and background colors to the label itself, the text or both. Tags and colors can be edited via the settings.                    

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

Tên WorkFlowy colorful tags WorkFlowy colorful tags
ID cmbmkopbnnbhdeknahmdkfkjogdlbdjf
URL Chính Thức https://chromewebstore.google.com/detail/workflowy-colorful-tags/cmbmkopbnnbhdeknahmdkfkjogdlbdjf
Mô tả Allows to assign color to tags in Workflowy
Kích Thước Tệp 98.48 KB
Số Lần Cài Đặt 720
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2014-12-13
Ngày Phát Hành 2014-12-13
Đánh Giá 4.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Yiannis Chronakis
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WorkFlowy colorful tags",
    "short_name": "wflowyColor",
    "version": "0.2.4",
    "manifest_version": 2,
    "description": "Allows to assign color to tags in Workflowy",
    "homepage_url": "http:\/\/github.com\/chronakis",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "page_action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "WorkFlowy colorful tags",
        "default_popup": "html\/options.html"
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/",
                "http:\/\/workflowy.com\/"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/modules\/common.js",
                "js\/modules\/options-data.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/workflowy.com\/",
                "http:\/\/workflowy.com\/"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ]
}