Things to Toasters
Replaces the text 'internet of things' with 'wifi enabled toaster'.
Qu'est-ce que Things to Toasters ?
Things to Toasters est une extension Chrome développée par max, et sa fonction principale est "Replaces the text 'internet of things' with 'wifi enabled toaster'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Things to Toasters
Téléchargez les fichiers d'extension Things to Toasters au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Replaces the text 'Internet of Things' with 'Wifi Enabled Toaster'. Also replaces 'IoT' with 'WeT'. Inspired by the Cloud to Butt extension. Thanks :^)
Informations de Base sur l'Extension
Nom | Things to Toasters |
ID | oibpnmflmfjmjdkljleibkbpfinnmenj |
URL Officiel | https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj |
Description | Replaces the text 'internet of things' with 'wifi enabled toaster'. |
Taille du Fichier | 12.03 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-01-06 |
Date de Publication | 2016-01-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | max |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |