Workflowy Styler

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

Qu'est-ce que Workflowy Styler ?

Workflowy Styler est une extension Chrome développée par Coder of the Galaxy, et sa fonction principale est "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Workflowy Styler

Téléchargez les fichiers d'extension Workflowy Styler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Workflowy Styler Workflowy Styler
ID bmhgibpiicbffanngfodeeinbachkmlf
URL Officiel https://chromewebstore.google.com/detail/workflowy-styler/bmhgibpiicbffanngfodeeinbachkmlf
Description Customize Workflowy to your liking! Change the background, page width, opacity, color and more!
Taille du Fichier 308 KB
Nombre d'Installations 182
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2017-04-29
Date de Publication 2017-04-29
Évaluation 4.60/5 Total 5 Évaluations
Développeur Coder of the Galaxy
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}