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
}