Super Mario Maker Star Count
Shows your Super Mario Maker star count inside Chrome.
Super Mario Maker Star Count क्या है?
Super Mario Maker Star Count zachberry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows your Super Mario Maker star count inside Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Super Mario Maker Star Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jkkeaiebmhbidkjgigbibnpmolblniel |
आधिकारिक URL | https://chrome.google.com/webstore/detail/super-mario-maker-star-co/jkkeaiebmhbidkjgigbibnpmolblniel |
विवरण | Shows your Super Mario Maker star count inside Chrome. |
फ़ाइल का आकार | 42.34 KB |
स्थापना संख्या | 377 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2016-01-01 |
प्रकाशन तिथि | 2016-01-01 |
रेटिंग | 4.25/5 कुल 12 रेटिंग्स |
डेवलपर | zachberry |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } } |