Quran New Tab
Displays a random Quran ayah in a new tab.
什麼是Quran New Tab?
Quran New Tab是由Rami開發的Chrome擴展程式,該擴展的主要功能是“Displays a random Quran ayah in a new tab.”。
擴展截圖
下載Quran New Tab擴展crx文件
下載Quran New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Displays a random Quran ayah in a new tab. With Orginal arabic and english translations Update: 1.6: - Bugfix: Fix play pause state. Update 1.5: - Added menu buttons to play, pause and stop Quran player. Update 1.4: - Optimizations and styling fixes. - Added Surah info tooltip on hover of the Surah name. Update 1.3: - Add Surah and Ayah dropdowns to be able to select a specific one. - Styling fixes Update 1.2: - Add audio player. - Add next and prev buttons to navigate ayahs. Update 1.1: - Reduce animation time for Background images. - Increase font size for Surah-name. - Change Quran english translation to yusufali.
擴展基本資訊
名稱 | Quran New Tab |
ID | jmabnhpocbmceahaachaobdibagcoogn |
官方網址 | https://chromewebstore.google.com/detail/quran-new-tab/jmabnhpocbmceahaachaobdibagcoogn |
簡介 | Displays a random Quran ayah in a new tab. |
檔案大小 | 1.08 MB |
安裝次數 | 83 |
目前版本 | 1.6 |
更新時間 | 2023-09-11 |
上架時間 | 2023-08-14 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Rami |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://alzayat.de/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quran New Tab", "version": "1.6", "description": "Displays a random Quran ayah in a new tab.", "chrome_url_overrides": { "newtab": "popup.html" }, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } } |