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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 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
    }
}