Sounds Plus
Add sound effects to Google Chrome with Sounds Plus!
Sounds Plusคืออะไร?
Sounds Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Nester และคุณลักษณะหลักของมันคือ "Add sound effects to Google Chrome with Sounds Plus!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sounds Plus
ดาวน์โหลดไฟล์ส่วนขยาย Sounds Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Web browsing can be so quiet and boring. Have some fun with sound effects. With Sounds Plus you can add sound effects the many events, such as creating a new tab, or pasting text. This extension will change your web browsing experience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sounds Plus |
ID | hplkfmjhkdpbiekddokeabgcbpoffoee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee |
คำอธิบาย | Add sound effects to Google Chrome with Sounds Plus! |
ขนาดไฟล์ | 4.01 MB |
จำนวนการติดตั้ง | 479 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-01-28 |
วันที่เผยแพร่ | 2021-01-28 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Martin Nester |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sounds Plus", "version": "1.0", "description": "Add sound effects to Google Chrome with Sounds Plus!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "author": "Martin", "background": { "persistent": false, "scripts": [ "background.js", "jquery.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "offline_enabled": true, "permissions": [ "storage" ], "web_accessible_resources": [ "sounds\/*" ] } |