Toasty
Show the toasty easter egg from Mortal Kombat
什么是Toasty?
Toasty是由Max Harney开发的Chrome扩展程序,该扩展的主要功能是“Show the toasty easter egg from Mortal Kombat”。
扩展截图
下载Toasty扩展crx文件
下载Toasty扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show the toasty easter egg from Mortal Kombat by clicking on the extension icon
扩展基本信息
名称 | Toasty |
ID | dhdbeghldamkolnhjjgnpgajipfcmgie |
官方URL | https://chromewebstore.google.com/detail/toasty/dhdbeghldamkolnhjjgnpgajipfcmgie |
简介 | Show the toasty easter egg from Mortal Kombat |
文件大小 | 219 KB |
安装次数 | 68 |
当前版本 | 1.0.0 |
更新时间 | 2019-03-29 |
上架时间 | 2019-03-29 |
评分 | 5.00/5 共1次评分 |
开发者 | Max Harney |
付费类型 | free |
扩展官网 | https://github.com/maxharney/toasty-extension |
帮助页面URL | https://github.com/maxharney/toasty-extension |
支持的语言 | 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" ] } |