WorkFlowy colorful tags

Allows to assign color to tags in Workflowy

什麼是WorkFlowy colorful tags?

WorkFlowy colorful tags是由Yiannis Chronakis開發的Chrome擴展程式,該擴展的主要功能是“Allows to assign color to tags in Workflowy”。

擴展截圖

screenshot
screenshot

下載WorkFlowy colorful tags擴展crx文件

下載WorkFlowy colorful tags擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WorkFlowy colorful tags WorkFlowy colorful tags
ID cmbmkopbnnbhdeknahmdkfkjogdlbdjf
官方網址 https://chromewebstore.google.com/detail/workflowy-colorful-tags/cmbmkopbnnbhdeknahmdkfkjogdlbdjf
簡介 Allows to assign color to tags in Workflowy
檔案大小 98.48 KB
安裝次數 720
目前版本 0.2.4
更新時間 2014-12-13
上架時間 2014-12-13
評分 4.00/5 共 14 次評分
開發者 Yiannis Chronakis
付費類型 free
支援的語言 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"
            ]
        }
    ]
}