Quran Player
Play the Quran directly in the browser
Quran Playerคืออะไร?
Quran Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sofwanhaddad และคุณลักษณะหลักของมันคือ "Play the Quran directly in the browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quran Player
ดาวน์โหลดไฟล์ส่วนขยาย Quran Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Listen to the Quran from multiple reciters directly inside your browser! No downloads necessary. Known issues: Scrubbing does not work or slow with part of audio that has not been downloaded. Some surah from certain reciters may not be available. Are you a developer and want to contribute? The code for this extension is available at: https://github.com/sysofwan/Quran-Player
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quran Player |
ID | bhjioncbieblaknjjgladehifnlhdjeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb |
คำอธิบาย | Play the Quran directly in the browser |
ขนาดไฟล์ | 224 KB |
จำนวนการติดตั้ง | 2,419 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-08-20 |
วันที่เผยแพร่ | 2014-08-19 |
คะแนน | 4.67/5 รวมทั้งหมด 67 คะแนน |
ผู้พัฒนา | sofwanhaddad |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quran Player", "description": "Play the Quran directly in the browser", "version": "1.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/download.quranicaudio.com\/" ], "background": { "scripts": [ "\/libs\/store.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "player.html" } } |