Chalkduster

Make you screen beautiful with chalkduster

What is Chalkduster?

Chalkduster is a Chrome extension developed by Handmade Studios, and its main feature is "Make you screen beautiful with chalkduster".

Extension Screenshots

screenshot

Download Chalkduster Extension CRX File

Download Chalkduster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chalkduster Chalkduster
ID ochkbkpgimkpoopgncghccnfnecdcoio
Official URL https://chromewebstore.google.com/detail/chalkduster/ochkbkpgimkpoopgncghccnfnecdcoio
Description Make you screen beautiful with chalkduster
File Size 376 KB
Installation Count 15
Current Version 0.1
Last Updated 2020-07-23
Publish Date 2019-09-11
Rating 5.00/5 Total 1 Ratings
Developer Handmade Studios
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}