Super Mario Maker Star Count
Shows your Super Mario Maker star count inside Chrome.
Qu'est-ce que Super Mario Maker Star Count ?
Super Mario Maker Star Count est une extension Chrome développée par zachberry, et sa fonction principale est "Shows your Super Mario Maker star count inside Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Super Mario Maker Star Count
Téléchargez les fichiers d'extension Super Mario Maker Star Count au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | jkkeaiebmhbidkjgigbibnpmolblniel |
URL Officiel | https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel |
Description | Shows your Super Mario Maker star count inside Chrome. |
Taille du Fichier | 42.34 KB |
Nombre d'Installations | 377 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-01-01 |
Date de Publication | 2016-01-01 |
Évaluation | 4.25/5 Total 12 Évaluations |
Développeur | zachberry |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |