Ayat Al Quran
Quran ayat with translation and notifications
什么是Ayat Al Quran?
Ayat Al Quran是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Quran ayat with translation and notifications”。
扩展截图
下载Ayat Al Quran扩展crx文件
下载Ayat Al Quran扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience.
扩展基本信息
名称 | Ayat Al Quran |
ID | phpchoonngafcpakpkddaddfcfokoljg |
官方URL | https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg |
简介 | Quran ayat with translation and notifications |
文件大小 | 43.18 KB |
安装次数 | 1,046 |
当前版本 | 1.0.0 |
更新时间 | 2018-06-07 |
上架时间 | 2018-06-07 |
评分 | 5.00/5 共10次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ayat Al Quran", "short_name": "Ayat-Al-Quran with Translation", "description": "Quran ayat with translation and notifications", "version": "1.0.0", "browser_action": { "default_icon": "ja_rocket_48.png", "default_popup": "popup.html" }, "icons": { "16": "ja_rocket_16.png", "48": "ja_rocket_48.png", "128": "ja_rocket_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js" ], "scripts": [ "popup.js" ], "css": [ "css\/style.css" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "storage", "https:\/\/api.alquran.cloud\/ayah\/*\/*", "notifications", "alarms" ] } |