Things to Toasters
Replaces the text 'internet of things' with 'wifi enabled toaster'.
Vad är Things to Toasters?
Things to Toasters är en Chrome-tillägg utvecklad av max, och dess huvudfunktion är "Replaces the text 'internet of things' with 'wifi enabled toaster'.".
Tilläggsskärmbilder
Ladda ner Things to Toasters-förlängningens CRX-fil
Ladda ner Things to Toasters-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces the text 'Internet of Things' with 'Wifi Enabled Toaster'. Also replaces 'IoT' with 'WeT'.
Inspired by the Cloud to Butt extension.
Thanks :^) Grundläggande Information om Tillägg
| Namn | |
| ID | oibpnmflmfjmjdkljleibkbpfinnmenj |
| Officiell webbadress | https://chromewebstore.google.com/detail/things-to-toasters/oibpnmflmfjmjdkljleibkbpfinnmenj |
| Beskrivning | Replaces the text 'internet of things' with 'wifi enabled toaster'. |
| Filstorlek | 12.03 KB |
| Antal Installationer | 18 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2016-01-06 |
| Publiceringsdatum | 2016-01-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | max |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |