Chalkduster

Make you screen beautiful with chalkduster

Cos'è Chalkduster?

Chalkduster è un'estensione di Chrome sviluppata da Handmade Studios, e la sua funzione principale è "Make you screen beautiful with chalkduster".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chalkduster

Scarica i file di estensione Chalkduster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Chalkduster Chalkduster
ID ochkbkpgimkpoopgncghccnfnecdcoio
URL Ufficiale https://chromewebstore.google.com/detail/chalkduster/ochkbkpgimkpoopgncghccnfnecdcoio
Descrizione Make you screen beautiful with chalkduster
Dimensione del File 376 KB
Conteggio Installazioni 15
Versione Corrente 0.1
Ultimo Aggiornamento 2020-07-23
Data di Pubblicazione 2019-09-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Handmade Studios
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}