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"
        }
    ]
}