Tools for Nintendo© Miiverse

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

Co je Tools for Nintendo© Miiverse?

Tools for Nintendo© Miiverse je rozšíření Chrome vyvinuté Shawn McGough, a jeho hlavní funkcí je „Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/).“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tools for Nintendo© Miiverse

Stáhněte si soubory rozšíření Tools for Nintendo© Miiverse ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tools for Nintendo© Miiverse Tools for Nintendo© Miiverse
ID gcfakagacdgfpffhimkgfibieablbpbg
Oficiální URL https://chromewebstore.google.com/detail/tools-for-nintendo-miiver/gcfakagacdgfpffhimkgfibieablbpbg
Popis Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/).
Velikost souboru 110 KB
Počet instalací 139
Aktuální Verze 0.1.7
Poslední Aktualizace 2014-06-02
Datum Vydání 2014-06-02
Hodnocení 4.62/5 Celkem 13 Hodnocení
Vývojář Shawn McGough
Typ Platby free
Podporované Jazyky 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
}