LASER CAT
IT'S A LASER CAT!
LASER CATคืออะไร?
LASER CAT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ben.purdy และคุณลักษณะหลักของมันคือ "IT'S A LASER CAT!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LASER CAT
ดาวน์โหลดไฟล์ส่วนขยาย LASER CAT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is probably a laser cat extension so you can shoot laser cat lasers at things. NEW IN VERSION 22.18: - Welcome page is no longer opened upon install, latest Chrome updates seem to make this happen more than once (perhaps due to the very very bad decision that Google made in forcing everyone to be logged into Chrome all the time?). NEW IN VERSION 22.17: - Bug fix: Audio system shuts down after dismissing the laser cat. NEW IN VERSION 22.16: - Bug Fix: no more infinite laser if you drag out of the window. - Automatically displays a welcome page for new users to try out the laser cat (laser cat does not work on the chrome extensions page).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjhpfpjdamhdpcbpmoocjfadgkbohfpm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/laser-cat/fjhpfpjdamhdpcbpmoocjfadgkbohfpm |
คำอธิบาย | IT'S A LASER CAT! |
ขนาดไฟล์ | 411 KB |
จำนวนการติดตั้ง | 60,000 |
เวอร์ชันปัจจุบัน | 22.18.1 |
อัปเดตครั้งล่าสุด | 2020-06-16 |
วันที่เผยแพร่ | 2020-06-16 |
คะแนน | 4.19/5 รวมทั้งหมด 223 คะแนน |
ผู้พัฒนา | ben.purdy |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.benpurdy.com/laser-cat/ |
URL หน้าช่วยเหลือ | http://www.benpurdy.com/laser-cat/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LASER CAT", "short_name": "LASER CAT", "description": "IT'S A LASER CAT!", "version": "22.18.1", "background": { "scripts": [ "js\/launcher.js" ] }, "browser_action": { "default_icon": { "128": "icons\/icon-128.png", "96": "icons\/icon-96.png", "64": "icons\/icon-64.png", "16": "icons\/icon-16.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/lasercat.js" ] } ], "icons": { "128": "icons\/icon-128.png", "96": "icons\/icon-96.png", "64": "icons\/icon-64.png", "16": "icons\/icon-16.png" }, "web_accessible_resources": [ "images\/cat-body.png", "images\/cat-head.png", "sounds\/laser-loop.mp3", "sounds\/laser-start.mp3", "sounds\/meow.mp3" ], "permissions": [ "activeTab", "*:\/\/*\/*" ] } |