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
公式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
Eメール [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"
    }
}