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.

Apa itu painter for workflowy.com?

painter for workflowy.com adalah ekstensi Chrome yang dikembangkan oleh Alexander Korotykin, dan fitur utamanya adalah "extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi painter for workflowy.com

Unduh file ekstensi painter for workflowy.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama painter for workflowy.com painter for workflowy.com
ID boeplfofdabogkgimajcpadbnfcmkmek
URL Resmi https://chromewebstore.google.com/detail/painter-for-workflowycom/boeplfofdabogkgimajcpadbnfcmkmek
Deskripsi extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.
Ukuran File 35.98 KB
Jumlah Instalasi 1,982
Versi Saat Ini 2.1
Terakhir Diperbarui 2013-05-11
Tanggal Publikasi 2013-05-11
Penilaian 3.85/5 Total 48 Penilaian
Pengembang Alexander Korotykin
Tipe Pembayaran free
URL Halaman Bantuan https://groups.google.com/d/forum/workflowy-painter
Bahasa yang Didukung 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"
}