Quran In New Tab

View Quran verses on the new tab page.

什麼是Quran In New Tab?

Quran In New Tab是由https://quran-extension.shahednasser.com開發的Chrome擴展程式,該擴展的主要功能是“View Quran verses on the new tab page.”。

擴展截圖

screenshot
screenshot
screenshot

下載Quran In New Tab擴展crx文件

下載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
官方網址 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"
    }
}