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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 Super Mario Maker Star Count 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
    }
}