Tools for Nintendo© Miiverse

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

What is Tools for Nintendo© Miiverse?

Tools for Nintendo© Miiverse is a Chrome extension developed by Shawn McGough, and its main feature is "Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/).".

Extension Screenshots

screenshot

Download Tools for Nintendo© Miiverse Extension CRX File

Download Tools for Nintendo© Miiverse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tools for Nintendo© Miiverse Tools for Nintendo© Miiverse
ID gcfakagacdgfpffhimkgfibieablbpbg
Official URL https://chromewebstore.google.com/detail/tools-for-nintendo-miiver/gcfakagacdgfpffhimkgfibieablbpbg
Description Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/).
File Size 110 KB
Installation Count 139
Current Version 0.1.7
Last Updated 2014-06-02
Publish Date 2014-06-02
Rating 4.62/5 Total 13 Ratings
Developer Shawn McGough
Payment Type free
Supported Languages 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
}