Super Mario Maker Course ID Linkifier

Converts all Super Mario Maker Course IDs into Bookmark links

Super Mario Maker Course ID Linkifier란 무엇입니까?

Super Mario Maker Course ID Linkifier은(는) Lanny Heidbreder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts all Super Mario Maker Course IDs into Bookmark links"입니다.

Super Mario Maker Course ID Linkifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Super Mario Maker Course ID Linkifier Super Mario Maker Course ID Linkifier
ID ckckihmnafbkjipncoonifoohjfdnpkb
공식 URL https://chrome.google.com/webstore/detail/super-mario-maker-course/ckckihmnafbkjipncoonifoohjfdnpkb
설명 Converts all Super Mario Maker Course IDs into Bookmark links
파일 크기 9.07 KB
설치 횟수 198
현재 버전 0.5.1
최근 업데이트 2016-01-12
출시 날짜 2016-01-12
평점 4.31/5 총 13 개의 평점
개발자 Lanny Heidbreder
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/75th/mario-maker-linker
도움말 페이지 URL https://github.com/75th/mario-maker-linker/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Mario Maker Course ID Linkifier",
    "version": "0.5.1",
    "description": "Converts all Super Mario Maker Course IDs into Bookmark links",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/supermariomakerbookmark.nintendo.net\/*"
            ],
            "js": [
                "mariomaker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "https:\/\/supermariomakerbookmark.nintendo.net\/",
        "declarativeContent"
    ]
}