Super Mario Maker Star Count

Shows your Super Mario Maker star count inside Chrome.

Hvad er Super Mario Maker Star Count?

Super Mario Maker Star Count er en Chrome-udvidelse udviklet af zachberry, og dens hovedfunktion er "Shows your Super Mario Maker star count inside Chrome.".

Udvidelsesskærmbilleder

screenshot

Download Super Mario Maker Star Count-udvidelses-CRX-fil

Download Super Mario Maker Star Count-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Just a simple little extension that will load your current star count from the Super Mario Maker bookmark site. You can find the source code at https://github.com/zachberry/super-mario-maker-star-count                    

Grundlæggende oplysninger om udvidelsen

Navn Super Mario Maker Star Count Super Mario Maker Star Count
ID jkkeaiebmhbidkjgigbibnpmolblniel
Officiel URL https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel
Beskrivelse Shows your Super Mario Maker star count inside Chrome.
Filstørrelse 42.34 KB
Antal Installationer 377
Nuværende Version 0.0.1
Senest Opdateret 2016-01-01
Udgivelsesdato 2016-01-01
Bedømmelse 4.25/5 Samlet 12 Bedømmelser
Udvikler zachberry
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Shows your Super Mario Maker star count inside Chrome.",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "Super Mario Maker Star Count",
    "permissions": [
        "tabs",
        "*:\/\/supermariomakerbookmark.nintendo.net\/profile\/*\/",
        "storage"
    ],
    "version": "0.0.1",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}