XNA Forum URL Redirect

Re-writes broken XNA article URLs

XNA Forum URL Redirectคืออะไร?

XNA Forum URL Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Metnik และคุณลักษณะหลักของมันคือ "Re-writes broken XNA article URLs"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XNA Forum URL Redirect

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

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

                        Ever since the Xbox/Windows Phone site split a ton of forum links take you to a landing page that makes you choose Windows Phone or Xbox.  The fun part is that regardless of what choice you make it doesn't take you to the article.  This extension runs in the background and gets you past the landing page to the actual article but only if the URL contains "http://forums.create.msdn.com/forums" OR "http://create.msdn.com/downloads".                    

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

ชื่อ XNA Forum URL Redirect XNA Forum URL Redirect
ID hlggfgekghdckkoipnobdbpjflhcfaib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/xna-forum-url-redirect/hlggfgekghdckkoipnobdbpjflhcfaib
คำอธิบาย Re-writes broken XNA article URLs
ขนาดไฟล์ 90.6 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2012-12-01
วันที่เผยแพร่ 2012-12-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Nick Metnik
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XNA Forum URL Redirect",
    "version": "1.2",
    "description": "Re-writes broken XNA article URLs",
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "256": "256.png"
    },
    "permissions": [
        "tabs"
    ],
    "author": {
        "name": "Nick Metnik",
        "email": "[email protected]"
    }
}