Azkar Reminder
Azkar Reminder is an Islamic extension that reminds you to make Azkar & Dua at regular intervals.
Azkar Reminder란 무엇입니까?
Azkar Reminder은(는) Merna Mustafa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Azkar Reminder is an Islamic extension that reminds you to make Azkar & Dua at regular intervals."입니다.
확장 프로그램 스크린샷
Azkar Reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An Islamic extension that reminds you to make Azkar & Dua at regular intervals, as the prophet (ﷺ) said: "Keep your tongue moist with the remembrance of Allah." Features: 50+ Azkar and Dua from the Holy Quran and Sunnah. Reminds you to make Azkar & Dua every 15 minutes by default and you can easily change it and set your reminder interval. More features are coming soon :)
확장 프로그램 기본 정보
이름 | Azkar Reminder |
ID | edjphdbmjmjoeejcobhjgbhkncbfojjk |
공식 URL | https://chromewebstore.google.com/detail/azkar-reminder/edjphdbmjmjoeejcobhjgbhkncbfojjk |
설명 | Azkar Reminder is an Islamic extension that reminds you to make Azkar & Dua at regular intervals. |
파일 크기 | 178 KB |
설치 횟수 | 424 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-10-22 |
출시 날짜 | 2022-03-02 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | Merna Mustafa |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Azkar Reminder", "description": "Azkar Reminder is an Islamic extension that reminds you to make Azkar & Dua at regular intervals.", "version": "1.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/azkar-icon-16.png", "32": "\/images\/azkar-icon-32.png", "48": "\/images\/azkar-icon-48.png", "128": "\/images\/azkar-icon-128.png" } }, "icons": { "16": "\/images\/azkar-icon-16.png", "32": "\/images\/azkar-icon-32.png", "48": "\/images\/azkar-icon-48.png", "128": "\/images\/azkar-icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "notifications" ] } |