painter for workflowy.com

extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.

painter for workflowy.com란 무엇입니까?

painter for workflowy.com은(는) Alexander Korotykin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

painter for workflowy.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Paint your list with 17 colors - red, blue, green, yellow, aqua, black, fuchsia, gray, lime, maroon, navy, olive, orange, purple, silver, teal, white !
Using -- just add tag with color name - e.g. #red.

Only for using with workflowy.com

version 2.1:
  - 11 colors added;
  - fixed font color in MarkerMode;
  - renamed.

Google Group to discuss the extension - https://groups.google.com/d/forum/workflowy-painter                    

확장 프로그램 기본 정보

이름 painter for workflowy.com painter for workflowy.com
ID boeplfofdabogkgimajcpadbnfcmkmek
공식 URL https://chromewebstore.google.com/detail/painter-for-workflowycom/boeplfofdabogkgimajcpadbnfcmkmek
설명 extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.
파일 크기 35.98 KB
설치 횟수 1,982
현재 버전 2.1
최근 업데이트 2013-05-11
출시 날짜 2013-05-11
평점 3.85/5 총 48 개의 평점
개발자 Alexander Korotykin
결제 유형 free
도움말 페이지 URL https://groups.google.com/d/forum/workflowy-painter
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "painter for workflowy.com",
    "version": "2.1",
    "description": "extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.",
    "background": {
        "scripts": [
            "wfpbg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/",
                "http:\/\/workflowy.com\/"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "wfpainter.js"
            ]
        }
    ],
    "icons": {
        "16": "wfpainter16.png",
        "48": "wfpainter48_1.png",
        "128": "wfpainter128_1.png"
    },
    "page_action": {
        "default_icon": "wfpainter19.png",
        "default_title": "Painter for workflowy.com",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "popup.html"
}