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 |
官方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 } |