QuranVerse
QuranVerse is a chrome extension that displays a random verse when you open a new tab.
QuranVerseคืออะไร?
QuranVerse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ninefourteen และคุณลักษณะหลักของมันคือ "QuranVerse is a chrome extension that displays a random verse when you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuranVerse
ดาวน์โหลดไฟล์ส่วนขยาย QuranVerse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
QuranVerse is a chrome extension that displays a random verse when you open a new tab. A simple way to read, listen and study the Holy Quran. Hotkeys: - RIGHT ARROW : next verse. - LEFT ARROW : previous verse. - UP ARROW : next surah. - DOWN ARROW : previous surah. - SPACEBAR : random verse. - C : copy verse to clipboard. - P : play/pause audio.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chfihpleinkadpemgfipejlehogogkkp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/quranverse/chfihpleinkadpemgfipejlehogogkkp |
คำอธิบาย | QuranVerse is a chrome extension that displays a random verse when you open a new tab. |
ขนาดไฟล์ | 7.04 MB |
จำนวนการติดตั้ง | 181 |
เวอร์ชันปัจจุบัน | 0.9.4 |
อัปเดตครั้งล่าสุด | 2018-06-05 |
วันที่เผยแพร่ | 2018-06-05 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | ninefourteen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://bit.ly/2Ld6bgf |
URL หน้าช่วยเหลือ | http://bit.ly/2Ld6bgf |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuranVerse", "description": "QuranVerse is a chrome extension that displays a random verse when you open a new tab.", "version": "0.9.4", "manifest_version": 2, "icons": { "24": "icons\/icon_24.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "QuranVerse" }, "chrome_url_overrides": { "newtab": "tab\/tab.html" }, "permissions": [ "activeTab" ] } |