Gandalfier

It's all about the Wizard

Wat is Gandalfier?

Gandalfier is een Chrome-extensie ontwikkeld door Felipe Souza, en de belangrijkste functie is "It's all about the Wizard".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gandalfier

Download Gandalfier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Transform any image into Gandalf 🧙‍♂️                    

Basisinformatie over de Extensie

Naam Gandalfier Gandalfier
ID hdhfneijhlbenanoopppilnfmagcimbn
Officiële URL https://chromewebstore.google.com/detail/gandalfier/hdhfneijhlbenanoopppilnfmagcimbn
Beschrijving It's all about the Wizard
Bestandsgrootte 1.82 MB
Aantal Installaties 17
Huidige Versie 0.0.2
Laatst Bijgewerkt 2020-11-19
Publicatiedatum 2020-11-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Felipe Souza
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}