GoNintendo

The Official Chrome Extension of GoNintendo.com

GoNintendoคืออะไร?

GoNintendo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gonintendo.com และคุณลักษณะหลักของมันคือ "The Official Chrome Extension of GoNintendo.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoNintendo

ดาวน์โหลดไฟล์ส่วนขยาย GoNintendo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ** Please use the support link to discuss and report issues **

Contribute to this project! Code is now posted in GitHub: https://github.com/t27duck/GoNintendo-Google-Chrome-Extension

The extension automatically hits the site every 20 minutes for new information.

Features:
- Notification popup when a new top story is posted
- Notification popup when the live feed player is active on the site
- Chrome Omnibar integration...
- - Typing "gn top/rumors/console/portable" takes you to the stories page for that category
- - "gn forum" and "gn boards" takes you to the message boards
- - "gn games" takes you to the game database page
- - "gn chat" takes you to the chat room page
- - "gn [anything else]" does a story search

To View/Edit Options:
- Right click on the extension icon at the top right of the browser and click "Options"

Change Log:
1.0.3 (7/20/2013)
- Compatible with Google Chrome Extension Manifest version 2

1.0.2 (8/23/2011)
- Fixed link on options page to take you to the correct page in the UCP on the forums to enable/disable avatars and sigs

1.0.1 (8/23/2011)
- Bug fixes (and spelling fix)
- You can adjust the time it takes for the extension to ping the site... 10, 20 (default), or 30 minutes
- New button image (thanks cortjezter)

1.0.0 (8/23/2011)
- First Release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GoNintendo GoNintendo
ID eehljonhgkffifphpdleaidklckkemmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gonintendo/eehljonhgkffifphpdleaidklckkemmn
คำอธิบาย The Official Chrome Extension of GoNintendo.com
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2013-07-20
วันที่เผยแพร่ 2013-07-20
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.gonintendo.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.gonintendo.com
URL หน้าช่วยเหลือ http://gonintendo.com/boards/viewtopic.php?f=15&t=65585
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoNintendo",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "The Official Chrome Extension of GoNintendo.com",
    "omnibox": {
        "keyword": "gn"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_title": "GoNintendo",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*.gonintendo.com\/*",
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    }
}