Toasty
Show the toasty easter egg from Mortal Kombat
Cos'è Toasty?
Toasty è un'estensione di Chrome sviluppata da Max Harney, e la sua funzione principale è "Show the toasty easter egg from Mortal Kombat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Toasty
Scarica i file di estensione Toasty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Show the toasty easter egg from Mortal Kombat by clicking on the extension icon
Informazioni di Base sull'Estensione
Nome | Toasty |
ID | dhdbeghldamkolnhjjgnpgajipfcmgie |
URL Ufficiale | https://chromewebstore.google.com/detail/toasty/dhdbeghldamkolnhjjgnpgajipfcmgie |
Descrizione | Show the toasty easter egg from Mortal Kombat |
Dimensione del File | 219 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-03-29 |
Data di Pubblicazione | 2019-03-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Max Harney |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/maxharney/toasty-extension |
URL della Pagina di Aiuto | https://github.com/maxharney/toasty-extension |
Lingue Supportate | 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" ] } |