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