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.

Cos'è painter for workflowy.com?

painter for workflowy.com è un'estensione di Chrome sviluppata da Alexander Korotykin, e la sua funzione principale è "extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione painter for workflowy.com

Scarica i file di estensione painter for workflowy.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome painter for workflowy.com painter for workflowy.com
ID boeplfofdabogkgimajcpadbnfcmkmek
URL Ufficiale https://chromewebstore.google.com/detail/painter-for-workflowycom/boeplfofdabogkgimajcpadbnfcmkmek
Descrizione extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.
Dimensione del File 35.98 KB
Conteggio Installazioni 1,982
Versione Corrente 2.1
Ultimo Aggiornamento 2013-05-11
Data di Pubblicazione 2013-05-11
Valutazione 3.85/5 Totale 48 Valutazioni
Sviluppatore Alexander Korotykin
Tipo di Pagamento free
URL della Pagina di Aiuto https://groups.google.com/d/forum/workflowy-painter
Lingue Supportate 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"
}