WowWiki2Pedia
This extension redirects every Wowwiki page to the WowPedia page.
WowWiki2Pediaとは何ですか?
WowWiki2PediaはRompetompによって開発されたChromeの拡張機能で、その主な機能は「This extension redirects every Wowwiki page to the WowPedia page.」です。
拡張機能のスクリーンショット
WowWiki2Pedia拡張機能のCRXファイルをダウンロード
WowWiki2Pedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension simply redirects every page at wowwiki.com to the wowpedia.org equivalent.
I made this because WowWiki isn't being used as much anymore, but a lot of stuff is still being linked to WowWiki
For more information about the migration from WowWiki to WowPedia, please go here: http://wowpedia.org/Wowwiki                     拡張機能の基本情報
| 名前 |   |  
| ID | knppbgnkiklakpejdphgakhndopjjcid | 
| 公式URL | https://chromewebstore.google.com/detail/wowwiki2pedia/knppbgnkiklakpejdphgakhndopjjcid | 
| 説明 | This extension redirects every Wowwiki page to the WowPedia page. | 
| ファイルサイズ | 54.94 KB | 
| インストール数 | 11 | 
| 現在のバージョン | 1.0.2 | 
| 最終更新日 | 2016-07-21 | 
| 公開日 | 2016-07-21 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | Rompetomp | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WowWiki2Pedia",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "This extension redirects every Wowwiki page to the WowPedia page.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "wiki2pedia.js"
            ],
            "matches": [
                "*:\/\/*.wowwiki.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}  |  |