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开发的Chrome扩展程序,该扩展的主要功能是“Shows your Super Mario Maker star count inside Chrome.”。
扩展截图
下载Super Mario Maker Star Count扩展crx文件
下载Super Mario Maker Star Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } } |