WowWiki2Pedia

This extension redirects every Wowwiki page to the WowPedia page.

WowWiki2Pedia क्या है?

WowWiki2Pedia Rompetomp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension redirects every Wowwiki page to the WowPedia page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WowWiki2Pedia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम WowWiki2Pedia WowWiki2Pedia
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"
        }
    ]
}