Chalkduster

Make you screen beautiful with chalkduster

Co to jest Chalkduster?

Chalkduster to rozszerzenie Chrome opracowane przez Handmade Studios, a jego główną funkcją jest „Make you screen beautiful with chalkduster”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chalkduster

Pobierz pliki rozszerzeń Chalkduster 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

                        Make the web beautiful with Chalkduster and a single image of chalk. You can toggle it on and off (not).

Note: Only works on machines that have the Chalkduster font installed                    

Podstawowe informacje o rozszerzeniu

Nazwa Chalkduster Chalkduster
ID ochkbkpgimkpoopgncghccnfnecdcoio
Oficjalny URL https://chromewebstore.google.com/detail/chalkduster/ochkbkpgimkpoopgncghccnfnecdcoio
Opis Make you screen beautiful with chalkduster
Rozmiar pliku 376 KB
Liczba instalacji 15
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-07-23
Data Publikacji 2019-09-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Handmade Studios
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": "Chalkduster",
    "version": "0.1",
    "description": "Make you screen beautiful with chalkduster",
    "page_action": {
        "default_icon": {
            "16": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}