Things to Toasters
Replaces the text 'internet of things' with 'wifi enabled toaster'.
Τι είναι το Things to Toasters;
Το Things to Toasters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον max, και η κύρια λειτουργία του είναι "Replaces the text 'internet of things' with 'wifi enabled toaster'.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Things to Toasters
Λήψη αρχείων επέκτασης Things to Toasters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replaces the text 'Internet of Things' with 'Wifi Enabled Toaster'. Also replaces 'IoT' with 'WeT'. Inspired by the Cloud to Butt extension. Thanks :^)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Things to Toasters |
ID | oibpnmflmfjmjdkljleibkbpfinnmenj |
Επίσημο URL | https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj |
Περιγραφή | Replaces the text 'internet of things' with 'wifi enabled toaster'. |
Μέγεθος Αρχείου | 12.03 KB |
Αριθμός Εγκαταστάσεων | 18 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2016-01-06 |
Ημερομηνία Δημοσίευσης | 2016-01-06 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | max |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Things to Toasters", "version": "1.2", "description": "Replaces the text 'internet of things' with 'wifi enabled toaster'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "wet.js" ], "run_at": "document_end" } ], "icons": { "48": "48.png", "128": "128.png" } } |