WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

WowDB to Wowheadとは何ですか?

WowDB to WowheadはManjuSによって開発されたChromeの拡張機能で、その主な機能は「Redirects WowDB pages to Wowhead pages」です。

拡張機能のスクリーンショット

screenshot

WowDB to Wowhead拡張機能のCRXファイルをダウンロード

WowDB to Wowhead拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Prefer Wowhead for all of your World of Warcraft informational needs? This extension redirects pages from WoWDB to Wowhead for more in depth information.

This extension was created by a user on Reddit's /r/chrome subreddit and I'm just uploading it for ease of use.                    

拡張機能の基本情報

名前 WowDB to Wowhead WowDB to Wowhead
ID jnmjfklofjmcjaagdcckbkdppmhbkiec
公式URL https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec
説明 Redirects WowDB pages to Wowhead pages
ファイルサイズ 24.72 KB
インストール数 35
現在のバージョン 1.0
最終更新日 2015-10-29
公開日 2015-10-29
評価 2.33/5 合計 6 レビュー
開発者 ManjuS
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowDB to Wowhead",
    "version": "1.0",
    "description": "Redirects WowDB pages to Wowhead pages",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wowdb.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ]
}