Quran In New Tab

View Quran verses on the new tab page.

Quran In New Tabคืออะไร?

Quran In New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quran-extension.shahednasser.com และคุณลักษณะหลักของมันคือ "View Quran verses on the new tab page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quran In New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Quran In New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Replace the new tab page with Quran verses, Athkar and beautiful nature pictures. The verses and pictures are randomly generated hourly. You also have the option to show or hide top sites.

You can also play an audio of the recitation of the verse. You can choose from the following reciters:
- Mashary Rashid Alafasy
- Abdallah Basfar
- Abdurrahmaan As-Sudais
- Abdul Samad
and many more.

You can also turn on the translation for the verses. Some of the languages available for translations are:
- English
- German
- Spanish
- Indonesian
- Italian
and many more.

You can view Athkar and prayer times.

Credits:

- All Quran verses, audios, translations, calendar and prayer times use the API of https://alquran.cloud/
- Icons from https://feathericons.com/ and https://iconscout.com/
- Logo from https://www.freeiconspng.com/img/8824                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quran In New Tab Quran In New Tab
ID hggkcijghhpkdjeokpfgbhnpecliiijg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quran-in-new-tab/hggkcijghhpkdjeokpfgbhnpecliiijg
คำอธิบาย View Quran verses on the new tab page.
ขนาดไฟล์ 1000 KB
จำนวนการติดตั้ง 1,172
เวอร์ชันปัจจุบัน 2.2.2
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2020-03-29
คะแนน 4.77/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา https://quran-extension.shahednasser.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quran-extension.shahednasser.com/
URL หน้าช่วยเหลือ https://github.com/shahednasser/quran-extension/issues
ภาษาที่รองรับ id,de,en,tr,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quran In New Tab",
    "version": "2.2.2",
    "description": "View Quran verses on the new tab page.",
    "permissions": [
        "storage",
        "topSites",
        "alarms",
        "notifications",
        "geolocation"
    ],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/assets\/icon-16.png",
        "32": "\/assets\/icon-32.png",
        "48": "\/assets\/icon-48.png",
        "128": "\/assets\/icon-128.png"
    }
}