Spongebob Meme

Hit both of your control keys to automatically and randomly vary the capitalization of your letters.

Τι είναι το Spongebob Meme;

Το Spongebob Meme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον anthonyscottliu, και η κύρια λειτουργία του είναι "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.".

Λήψη αρχείου CRX της επέκτασης Spongebob Meme

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

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

                        You know that spongebob meme where you vArY yoUR tEXt LiKE ThiS???

This extension lets you do that easier. Hold your left ctrl button and then tap your right ctrl button (or left commmand and right command) to activate it!

Then, all your letters will be randomly capitalized.

==

Privacy policy: this extension runs entirely inside of your browser. It doesn't leak any data to the outside world, so your keypresses are safe.                    

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

Όνομα Spongebob Meme Spongebob Meme
ID ffejdaecbombjdangpifnjgbpomgkckj
Επίσημο URL https://chrome.google.com/webstore/detail/spongebob-meme/ffejdaecbombjdangpifnjgbpomgkckj
Περιγραφή Hit both of your control keys to automatically and randomly vary the capitalization of your letters.
Μέγεθος Αρχείου 570 KB
Αριθμός Εγκαταστάσεων 85
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-02-21
Ημερομηνία Δημοσίευσης 2018-02-21
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής anthonyscottliu
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spongebob Meme",
    "short_name": "sponge-meme",
    "version": "1.0",
    "description": "Hit both of your control keys to automatically and randomly vary the capitalization of your letters.",
    "icons": {
        "450": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "meme.js"
            ],
            "run_at": "document_end"
        }
    ]
}