Chalkduster

Make you screen beautiful with chalkduster

Chalkdusterとは何ですか?

ChalkdusterはHandmade Studiosによって開発されたChromeの拡張機能で、その主な機能は「Make you screen beautiful with chalkduster」です。

拡張機能のスクリーンショット

screenshot

Chalkduster拡張機能のCRXファイルをダウンロード

Chalkduster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Chalkduster Chalkduster
ID ochkbkpgimkpoopgncghccnfnecdcoio
公式URL https://chromewebstore.google.com/detail/chalkduster/ochkbkpgimkpoopgncghccnfnecdcoio
説明 Make you screen beautiful with chalkduster
ファイルサイズ 376 KB
インストール数 15
現在のバージョン 0.1
最終更新日 2020-07-23
公開日 2019-09-11
評価 5.00/5 合計 1 レビュー
開発者 Handmade Studios
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}