XNA Forum URL Redirect
Re-writes broken XNA article URLs
XNA Forum URL Redirect là gì?
XNA Forum URL Redirect là một tiện ích mở rộng Chrome được phát triển bởi Nick Metnik, và tính năng chính của nó là "Re-writes broken XNA article URLs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng XNA Forum URL Redirect
Tải xuống các tệp mở rộng XNA Forum URL Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlggfgekghdckkoipnobdbpjflhcfaib |
URL Chính Thức | https://chrome.google.com/webstore/detail/xna-forum-url-redirect/hlggfgekghdckkoipnobdbpjflhcfaib |
Mô tả | Re-writes broken XNA article URLs |
Kích Thước Tệp | 90.6 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2012-12-01 |
Ngày Phát Hành | 2012-12-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Nick Metnik |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } |