XNA Forum URL Redirect
Re-writes broken XNA article URLs
什麼是XNA Forum URL Redirect?
XNA Forum URL Redirect是由Nick Metnik開發的Chrome擴展程式,該擴展的主要功能是“Re-writes broken XNA article URLs”。
擴展截圖
下載XNA Forum URL Redirect擴展crx文件
下載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".
擴展基本資訊
名稱 | |
ID | hlggfgekghdckkoipnobdbpjflhcfaib |
官方網址 | 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]" } } |