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 |
| 公式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"
]
} | |