Toasty
Show the toasty easter egg from Mortal Kombat
Wat is Toasty?
Toasty is een Chrome-extensie ontwikkeld door Max Harney, en de belangrijkste functie is "Show the toasty easter egg from Mortal Kombat".
Extensie Screenshots
Download het CRX-bestand van de extensie Toasty
Download Toasty-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Show the toasty easter egg from Mortal Kombat by clicking on the extension icon
Basisinformatie over de Extensie
Naam | Toasty |
ID | dhdbeghldamkolnhjjgnpgajipfcmgie |
Officiële URL | https://chromewebstore.google.com/detail/toasty/dhdbeghldamkolnhjjgnpgajipfcmgie |
Beschrijving | Show the toasty easter egg from Mortal Kombat |
Bestandsgrootte | 219 KB |
Aantal Installaties | 68 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-03-29 |
Publicatiedatum | 2019-03-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Max Harney |
Betalingswijze | free |
Extensiewebsite | https://github.com/maxharney/toasty-extension |
Help Pagina-URL | https://github.com/maxharney/toasty-extension |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toasty", "description": "Show the toasty easter egg from Mortal Kombat", "version": "1.0.0", "icons": { "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": ".\/images\/browser_action_icon.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "sounds\/toasty.mp3", "images\/toasty.png", "toasty.css", "toasty.js" ] } |