usefulness extension
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…
usefulness extensionคืออะไร?
usefulness extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mroscarfinley และคุณลักษณะหลักของมันคือ "edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย usefulness extension
ดาวน์โหลดไฟล์ส่วนขยาย usefulness extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average school kid made by a highschool kid who understands your pain! features: - random number generator - inspirational quote to prevent you dying from depression - annoying noises: - airhorn - yee sound if you have any suggestions please contact [email protected] and check out the website at https://sites.google.com/view/the-usefulness-extension/home edit 1.1: snake game bug fixes and improvements highscore does not currently work yet tetris coming soon edit 1.0: - introducing the snake game! - removed random number generator and 14khz sound due to complaints. may add later.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | usefulness extension |
ID | mcikgnlogepdidaonhdkopokgcnapbpi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi |
คำอธิบาย | edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average… |
ขนาดไฟล์ | 62.2 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2019-05-02 |
วันที่เผยแพร่ | 2019-05-01 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | mroscarfinley |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/view/the-usefulness-extension/home |
URL หน้าช่วยเหลือ | https://sites.google.com/view/the-usefulness-extension/home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "usefulness extension", "version": "1.2.1", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": "default-icon.jpg", "default_popup": "popup.html" } } |