WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

WowDB to Wowheadคืออะไร?

WowDB to Wowhead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ManjuS และคุณลักษณะหลักของมันคือ "Redirects WowDB pages to Wowhead pages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WowDB to Wowhead

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}