Tools for Nintendo© Miiverse
Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/).
Tools for Nintendo© Miiverseคืออะไร?
Tools for Nintendo© Miiverse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shawn McGough และคุณลักษณะหลักของมันคือ "Adds additional functionality to Nintendo© Miiverse (https://miiverse.nintendo.net/)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tools for Nintendo© Miiverse
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |