Zombify this

Zombify the current page

Zombify thisคืออะไร?

Zombify this เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tambet Masik และคุณลักษณะหลักของมันคือ "Zombify the current page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zombify this

ดาวน์โหลดไฟล์ส่วนขยาย Zombify this ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "Zombiefy this" is the little brother of the upcoming platform blaster ZombieRun - zombierun.eu

Want something more? More blood, more zombies? Create an issue in github or add what you want and submit a pull request -https://github.com/tambet/zombify-this

================================

Sound effects from Dota-Allstars: http://www.dota-blog.com/2008/03/dota-allstars-sound-effects-free.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zombify this Zombify this
ID cnhoccmopcenkcpgaaajkemapcidioon
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon
คำอธิบาย Zombify the current page
ขนาดไฟล์ 600 KB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2014-04-03
วันที่เผยแพร่ 2014-04-03
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Tambet Masik
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zombify this",
    "short_name": "Zombify the current page",
    "description": "Zombify the current page",
    "version": "1.6",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Zombify this",
        "default_icon": "icon-19.png"
    },
    "web_accessible_resources": [
        "zombiewalk.png"
    ],
    "manifest_version": 2
}