Chalkduster

Make you screen beautiful with chalkduster

Qu'est-ce que Chalkduster ?

Chalkduster est une extension Chrome développée par Handmade Studios, et sa fonction principale est "Make you screen beautiful with chalkduster".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chalkduster

Téléchargez les fichiers d'extension Chalkduster 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

                        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                    

Informations de Base sur l'Extension

Nom Chalkduster Chalkduster
ID ochkbkpgimkpoopgncghccnfnecdcoio
URL Officiel https://chromewebstore.google.com/detail/chalkduster/ochkbkpgimkpoopgncghccnfnecdcoio
Description Make you screen beautiful with chalkduster
Taille du Fichier 376 KB
Nombre d'Installations 15
Version Actuelle 0.1
Dernière Mise à Jour 2020-07-23
Date de Publication 2019-09-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Handmade Studios
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": "Chalkduster",
    "version": "0.1",
    "description": "Make you screen beautiful with chalkduster",
    "page_action": {
        "default_icon": {
            "16": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}