Workflowy Styler

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

Co to jest Workflowy Styler?

Workflowy Styler to rozszerzenie Chrome opracowane przez Coder of the Galaxy, a jego główną funkcją jest „Customize Workflowy to your liking! Change the background, page width, opacity, color and more!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Workflowy Styler

Pobierz pliki rozszerzeń Workflowy Styler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Workflowy Styler Workflowy Styler
ID bmhgibpiicbffanngfodeeinbachkmlf
Oficjalny URL https://chromewebstore.google.com/detail/workflowy-styler/bmhgibpiicbffanngfodeeinbachkmlf
Opis Customize Workflowy to your liking! Change the background, page width, opacity, color and more!
Rozmiar pliku 308 KB
Liczba instalacji 182
Aktualna Wersja 0.0.0.4
Ostatnia Aktualizacja 2017-04-29
Data Publikacji 2017-04-29
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Coder of the Galaxy
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}