Tools for Nintendo© Miiverse

Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/).

Tools for Nintendo© Miiverse란 무엇입니까?

Tools for Nintendo© Miiverse은(는) Shawn McGough에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/)."입니다.

확장 프로그램 스크린샷

screenshot

Tools for Nintendo© Miiverse 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tools for Nintendo© Miiverse is a free browser extension that adds additional functionality to Nintendo© Miiverse.  The following features are added;

• Download Screenshot 
• Download Memo 
  • (Memo's are the drawings/writings) 
• Post Screenshot directly to twitter [Experimental]

Please use the "Send Feedback" link in the "Details" tab with suggestions or to help contribute translations.

This extension is not controlled, endorsed, or approved by Nintendo© or Nintendo of America©.  All trademarks are copyright of their respective owners.                    

확장 프로그램 기본 정보

이름 Tools for Nintendo© Miiverse Tools for Nintendo© Miiverse
ID gcfakagacdgfpffhimkgfibieablbpbg
공식 URL https://chromewebstore.google.com/detail/tools-for-nintendo-miiver/gcfakagacdgfpffhimkgfibieablbpbg
설명 Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/).
파일 크기 110 KB
설치 횟수 139
현재 버전 0.1.7
최근 업데이트 2014-06-02
출시 날짜 2014-06-02
평점 4.62/5 총 13 개의 평점
개발자 Shawn McGough
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name__",
    "author": "Shawn McGough",
    "version": "0.1.7",
    "description": "__MSG_ext_description__",
    "permissions": [
        "*:\/\/miiverse.nintendo.net\/*",
        "*:\/\/m-t.azurewebsites.net\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "miiverse-tools.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "miiverse-tools.js"
            ],
            "matches": [
                "*:\/\/miiverse.nintendo.net\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "css\/font-awesome.min.css",
        "fonts\/*"
    ],
    "options_page": "options\/options.html",
    "content_security_policy": "default-src 'self'",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "manifest_version": 2
}