Chalkduster

Make you screen beautiful with chalkduster

O que é Chalkduster?

Chalkduster é uma extensão do Chrome desenvolvida por Handmade Studios, e sua principal característica é "Make you screen beautiful with chalkduster".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chalkduster

Baixe arquivos de extensão Chalkduster no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Chalkduster Chalkduster
ID ochkbkpgimkpoopgncghccnfnecdcoio
URL Oficial https://chromewebstore.google.com/detail/chalkduster/ochkbkpgimkpoopgncghccnfnecdcoio
Descrição Make you screen beautiful with chalkduster
Tamanho do Arquivo 376 KB
Contagem de Instalações 15
Versão Atual 0.1
Última Atualização 2020-07-23
Data de Publicação 2019-09-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Handmade Studios
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}