Zombify this
Zombify the current page
Vad är Zombify this?
Zombify this är en Chrome-tillägg utvecklad av Tambet Masik, och dess huvudfunktion är "Zombify the current page".
Tilläggsskärmbilder
Ladda ner Zombify this-förlängningens CRX-fil
Ladda ner Zombify this-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
"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
Grundläggande Information om Tillägg
Namn | |
ID | cnhoccmopcenkcpgaaajkemapcidioon |
Officiell webbadress | https://chrome.google.com/webstore/detail/zombify-this/cnhoccmopcenkcpgaaajkemapcidioon |
Beskrivning | Zombify the current page |
Filstorlek | 600 KB |
Antal Installationer | 166 |
Aktuell Version | 1.6 |
Senast Uppdaterad | 2014-04-03 |
Publiceringsdatum | 2014-04-03 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | Tambet Masik |
Betalningssätt | free |
Stödda Språk | 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 } |