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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}