Bad Grammar
Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.
Τι είναι το Bad Grammar;
Το Bad Grammar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vocativinteractive, και η κύρια λειτουργία του είναι "Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.".
Λήψη αρχείου CRX της επέκτασης Bad Grammar
Λήψη αρχείων επέκτασης Bad Grammar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Terrorize the grammar vigilantes in your life. This Chrome extension quietly randomizes every appearance of its/it's, your/you're and there/they're/their on a webpage. Install, sit back, and light a cigar.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bad Grammar |
ID | londgekpgonfdkegomlndocggleeeifa |
Επίσημο URL | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
Περιγραφή | Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see. |
Μέγεθος Αρχείου | 17.81 KB |
Αριθμός Εγκαταστάσεων | 13 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-03-09 |
Ημερομηνία Δημοσίευσης | 2016-03-09 |
Προγραμματιστής | vocativinteractive |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://goo.gl/SsAhv |
Διεύθυνση URL της Σελίδας Βοήθειας | https://goo.gl/SsAhv |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bad Grammar", "version": "1.0", "description": "Test the grammar vigilantes in your life by changing every appearance of its\/it's, your\/you're and there\/they're\/their they see.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |