Themes - Website Style Customizer

Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…

Co to jest Themes - Website Style Customizer?

Themes - Website Style Customizer to rozszerzenie Chrome opracowane przez Luke Graham, a jego główną funkcją jest „Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Themes - Website Style Customizer

Pobierz pliki rozszerzeń Themes - Website Style Customizer 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 any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to reapply one when you revisit a page, or you can erase the theme at any time.                    

Podstawowe informacje o rozszerzeniu

Nazwa Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
Oficjalny URL https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
Opis Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
Rozmiar pliku 227 KB
Liczba instalacji 77
Aktualna Wersja 5.25
Ostatnia Aktualizacja 2022-02-08
Data Publikacji 2021-01-05
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper Luke Graham
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themes - Website Style Customizer",
    "version": "5.25",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Themes",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}