Ayah with Background
Get a verse of Quran with a beautiful background
什么是Ayah with Background?
Ayah with Background是由Nabil Ashraf | Chum Chum Digital Agency开发的Chrome扩展程序,该扩展的主要功能是“Get a verse of Quran with a beautiful background”。
扩展截图
下载Ayah with Background扩展crx文件
下载Ayah with Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get a verse of the Holy Quran with a beautiful background (from unsplash.com) when you open a new tab.
More features coming soon !
- Hijri Calendar
- Hadith
- Prayer Timings 扩展基本信息
| 名称 | |
| ID | hbbikcmejjhiamofcgchcmnecbmaldfl |
| 官方URL | https://chromewebstore.google.com/detail/ayah-with-background/hbbikcmejjhiamofcgchcmnecbmaldfl |
| 简介 | Get a verse of Quran with a beautiful background |
| 文件大小 | 14.98 KB |
| 安装次数 | 337 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2019-09-11 |
| 上架时间 | 2019-09-11 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Nabil Ashraf | Chum Chum Digital Agency |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://chumchum.agency |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ayah with Background",
"short_name": "Quranic Verse",
"version": "1.0.2",
"manifest_version": 2,
"description": "Get a verse of Quran with a beautiful background",
"homepage_url": "https:\/\/nabilashraf.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"https:\/\/source.unsplash.com\/"
]
} | |