Gandalfier

It's all about the Wizard

Gandalfierとは何ですか?

GandalfierはFelipe Souzaによって開発されたChromeの拡張機能で、その主な機能は「It's all about the Wizard」です。

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

screenshot

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

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

拡張機能の使用方法

                        Transform any image into Gandalf 🧙‍♂️                    

拡張機能の基本情報

名前 Gandalfier Gandalfier
ID hdhfneijhlbenanoopppilnfmagcimbn
公式URL https://chromewebstore.google.com/detail/gandalfier/hdhfneijhlbenanoopppilnfmagcimbn
説明 It's all about the Wizard
ファイルサイズ 1.82 MB
インストール数 17
現在のバージョン 0.0.2
最終更新日 2020-11-19
公開日 2020-11-16
評価 5.00/5 合計 1 レビュー
開発者 Felipe Souza
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gandalfier",
    "version": "0.0.2",
    "description": "It's all about the Wizard",
    "author": "Felipe Souza",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/scripts\/gandalfier.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "music.mp3"
    ],
    "browser_action": {
        "default_title": "Gandalfier",
        "default_icon": "src\/icon.png"
    }
}