XNA Forum URL Redirect
Re-writes broken XNA article URLs
Was ist XNA Forum URL Redirect?
XNA Forum URL Redirect ist eine Chrome-Erweiterung, die von Nick Metnik entwickelt wurde, und ihr Hauptmerkmal ist "Re-writes broken XNA article URLs".
Erweiterungsscreenshots
XNA Forum URL Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie XNA Forum URL Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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".
Grundlegende Informationen zur Erweiterung
Name | |
ID | hlggfgekghdckkoipnobdbpjflhcfaib |
Offizielle URL | https://chrome.google.com/webstore/detail/xna-forum-url-redirect/hlggfgekghdckkoipnobdbpjflhcfaib |
Beschreibung | Re-writes broken XNA article URLs |
Dateigröße | 90.6 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.2 |
Letztes Update | 2012-12-01 |
Veröffentlichungsdatum | 2012-12-01 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Nick Metnik |
Zahlungsart | free |
Unterstützte Sprachen | 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]" } } |