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ファイルをダウンロード

painter for workflowy.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}