Unicorn Replacer!

Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.

Τι είναι το Unicorn Replacer!;

Το Unicorn Replacer! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον scottrblock, και η κύρια λειτουργία του είναι "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Unicorn Replacer!

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

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

                        Chrome extension that replaces occurrences of 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Based on zekeweeks's millennials-begone- https://github.com/zekeweeks/millennials-begone. This is Matt Levine's billion dollar idea. Icon via the noun project's  Andrew McKinley- https://thenounproject.com/term/unicorn/3364/                    

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

Όνομα Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
Επίσημο URL https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Περιγραφή Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Μέγεθος Αρχείου 3.47 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-06-08
Ημερομηνία Δημοσίευσης 2015-06-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής scottrblock
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/scottrblock/unicorn-replacer
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicorn Replacer!",
    "version": "1.0",
    "description": "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}