Super Mario Maker Star Count
Shows your Super Mario Maker star count inside Chrome.
Cos'è Super Mario Maker Star Count?
Super Mario Maker Star Count è un'estensione di Chrome sviluppata da zachberry, e la sua funzione principale è "Shows your Super Mario Maker star count inside Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super Mario Maker Star Count
Scarica i file di estensione Super Mario Maker Star Count in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jkkeaiebmhbidkjgigbibnpmolblniel |
URL Ufficiale | https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel |
Descrizione | Shows your Super Mario Maker star count inside Chrome. |
Dimensione del File | 42.34 KB |
Conteggio Installazioni | 377 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-01-01 |
Data di Pubblicazione | 2016-01-01 |
Valutazione | 4.25/5 Totale 12 Valutazioni |
Sviluppatore | zachberry |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |