Zombify this
Zombify the current page
什麼是Zombify this?
Zombify this是由Tambet Masik開發的Chrome擴展程式,該擴展的主要功能是“Zombify the current page”。
擴展截圖
下載Zombify this擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | cnhoccmopcenkcpgaaajkemapcidioon |
官方網址 | 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 } |