Relaxound
Relaxound - background sound generator for work and relaxation
Relaxoundคืออะไร?
Relaxound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://relaxound.tk และคุณลักษณะหลักของมันคือ "Relaxound - background sound generator for work and relaxation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Relaxound
ดาวน์โหลดไฟล์ส่วนขยาย Relaxound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mnalibceaggjpmicodllapfekbfglflc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/relaxound/mnalibceaggjpmicodllapfekbfglflc |
คำอธิบาย | Relaxound - background sound generator for work and relaxation |
ขนาดไฟล์ | 79.9 KB |
จำนวนการติดตั้ง | 156 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2015-10-25 |
วันที่เผยแพร่ | 2015-10-25 |
คะแนน | 3.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://relaxound.tk |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://relaxound.kolyunya.me |
URL หน้าช่วยเหลือ | https://twitter.com/relaxound |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Relaxound", "short_name": "Relaxound", "description": "Relaxound - background sound generator for work and relaxation", "version": "1.5", "author": "Nikolay Oleynikov", "permissions": [ "https:\/\/relaxound.kolyunya.me\/", "cookies", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/relaxound.kolyunya.me\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/content.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "scripts\/jquery.min.js", "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/sound-enabled.png" }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" } } |