Toasty
Show the toasty easter egg from Mortal Kombat
Qu'est-ce que Toasty ?
Toasty est une extension Chrome développée par Max Harney, et sa fonction principale est "Show the toasty easter egg from Mortal Kombat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Toasty
Téléchargez les fichiers d'extension Toasty 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
Show the toasty easter egg from Mortal Kombat by clicking on the extension icon
Informations de Base sur l'Extension
Nom | Toasty |
ID | dhdbeghldamkolnhjjgnpgajipfcmgie |
URL Officiel | https://chromewebstore.google.com/detail/toasty/dhdbeghldamkolnhjjgnpgajipfcmgie |
Description | Show the toasty easter egg from Mortal Kombat |
Taille du Fichier | 219 KB |
Nombre d'Installations | 68 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-03-29 |
Date de Publication | 2019-03-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Max Harney |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/maxharney/toasty-extension |
URL de la Page d'Aide | https://github.com/maxharney/toasty-extension |
Langues Prises en Charge | 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" ] } |