WowWiki2Pedia

This extension redirects every Wowwiki page to the WowPedia page.

Apa itu WowWiki2Pedia?

WowWiki2Pedia adalah ekstensi Chrome yang dikembangkan oleh Rompetomp, dan fitur utamanya adalah "This extension redirects every Wowwiki page to the WowPedia page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WowWiki2Pedia

Unduh file ekstensi WowWiki2Pedia dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama WowWiki2Pedia WowWiki2Pedia
ID knppbgnkiklakpejdphgakhndopjjcid
URL Resmi https://chromewebstore.google.com/detail/wowwiki2pedia/knppbgnkiklakpejdphgakhndopjjcid
Deskripsi This extension redirects every Wowwiki page to the WowPedia page.
Ukuran File 54.94 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2016-07-21
Tanggal Publikasi 2016-07-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Rompetomp
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}