Sparkles

Sparkles at you fingertips.

Wat is Sparkles?

Sparkles is een Chrome-extensie ontwikkeld door Fujtajbl, en de belangrijkste functie is "Sparkles at you fingertips.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sparkles

Download Sparkles-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

                        Adds few sparkles to every mouse click and input box.                    

Basisinformatie over de Extensie

Naam Sparkles Sparkles
ID mnonoobhfgdhidonjmabidmejggjcnil
Officiële URL https://chromewebstore.google.com/detail/sparkles/mnonoobhfgdhidonjmabidmejggjcnil
Beschrijving Sparkles at you fingertips.
Bestandsgrootte 24.59 KB
Aantal Installaties 3,077
Huidige Versie 1.1
Laatst Bijgewerkt 2020-03-11
Publicatiedatum 2020-03-11
Beoordeling 3.60/5 Totaal 15 Beoordelingen
Ontwikkelaar Fujtajbl
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sparkles",
    "version": "1.1",
    "description": "Sparkles at you fingertips.",
    "icons": {
        "48": "icons\/sparkly-48.png",
        "64": "icons\/sparkly-64.png",
        "96": "icons\/sparkly-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sparkly.js"
            ]
        }
    ]
}