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 |
官方網址 | 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 } } |