Toasty
Show the toasty easter egg from Mortal Kombat
Toastyคืออะไร?
Toasty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Harney และคุณลักษณะหลักของมันคือ "Show the toasty easter egg from Mortal Kombat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toasty
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |