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/).」です。
拡張機能のスクリーンショット
Tools for Nintendo© Miiverse拡張機能のCRXファイルをダウンロード
Tools for Nintendo© Miiverse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 } |