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 擴展基本資訊
| 名稱 | |
| ID | dhdbeghldamkolnhjjgnpgajipfcmgie |
| 官方網址 | 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"
]
} | |