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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |