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