Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Τι είναι το Wine To Blood Wine;

Το Wine To Blood Wine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ben Jaffe, και η κύρια λειτουργία του είναι "Replaces normal words with their Star Trek counterparts.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Wine To Blood Wine

Λήψη αρχείων επέκτασης Wine To Blood Wine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Chrome extension that replaces occurrences of normal words with their Star Trek counterparts.

 * Human to Hewmon
 * Wine to Bloodwine
 * Tea to Tarkalean Tea
 * Coffee to Raktajino
 * Beer to Romulan Ale
 * Brandy with Saurian Brandy
 * Cisco to Sisko

The source for this plugin is on github: https://github.com/benjaffe/wine-to-blood-wine
Feel free to make suggestions if you have more ideas!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wine To Blood Wine Wine To Blood Wine
ID oojmnaakidfomjhbenaeaekopinecbci
Επίσημο URL https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci
Περιγραφή Replaces normal words with their Star Trek counterparts.
Μέγεθος Αρχείου 29.39 KB
Αριθμός Εγκαταστάσεων 98
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2014-05-18
Ημερομηνία Δημοσίευσης 2014-05-17
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Ben Jaffe
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wine To Blood Wine",
    "version": "1.2.1",
    "description": "Replaces normal words with their Star Trek counterparts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}