Workflowy Styler

Customize Workflowy to your liking! Change the background, page width, opacity, color and more!

Was ist Workflowy Styler?

Workflowy Styler ist eine Chrome-Erweiterung, die von Coder of the Galaxy entwickelt wurde, und ihr Hauptmerkmal ist "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!".

Erweiterungsscreenshots

screenshot
screenshot

Workflowy Styler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Workflowy Styler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Customize Workflowy to your look exactly how you like it! Change the background, page width, opacity, color and more!                    

Grundlegende Informationen zur Erweiterung

Name Workflowy Styler Workflowy Styler
ID bmhgibpiicbffanngfodeeinbachkmlf
Offizielle URL https://chromewebstore.google.com/detail/workflowy-styler/bmhgibpiicbffanngfodeeinbachkmlf
Beschreibung Customize Workflowy to your liking! Change the background, page width, opacity, color and more!
Dateigröße 308 KB
Installationsanzahl 182
Aktuelle Version 0.0.0.4
Letztes Update 2017-04-29
Veröffentlichungsdatum 2017-04-29
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Coder of the Galaxy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workflowy Styler",
    "description": "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!",
    "version": "0.0.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*"
            ],
            "js": [
                "\/data\/resources\/lib\/jquery\/jquery-1.11.3.min.js",
                "\/data\/resources\/lib\/colorpicker\/js\/bootstrap-colorpicker.min.js",
                "\/data\/options\/chromeApiWrapper.js",
                "\/data\/extension\/workflowy_cs.js"
            ],
            "css": [
                "\/data\/extension\/workflowy_cs.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/resources\/img\/icon16.png",
        "48": "data\/resources\/img\/icon48.png",
        "128": "data\/resources\/img\/icon128.png"
    },
    "options_page": "data\/options\/index.html",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/index.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/resources\/img\/icon256.png",
            "38": "data\/resources\/img\/icon256.png"
        },
        "default_title": "Workflowy Styler Options",
        "default_popup": "\/data\/options\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/workflowy.com\/*"
    ]
}