XNA Forum URL Redirect

Re-writes broken XNA article URLs

XNA Forum URL Redirect क्या है?

XNA Forum URL Redirect Nick Metnik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Re-writes broken XNA article URLs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XNA Forum URL Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]"
    }
}