ِفَاذْكُرُونِي أَذْكُرْكُمْ

Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله

ِفَاذْكُرُونِي أَذْكُرْكُمْ란 무엇입니까?

ِفَاذْكُرُونِي أَذْكُرْكُمْ은(는) Ousama Esbel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ِفَاذْكُرُونِي أَذْكُرْكُمْ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This application aims to remind you of Allah by mentioning short dua'a in regular basis.

It plays a short notifications either by sound or as desktop notification that doesn't cause any inconveniences. You can specify the intervals between each dua'a.

.هذا التطبيق غرضه تذكيرك بترطيب لسانك بذكر الله في اوقات منتظمه
يقوم التطبيق بتشغيل منبهات صوتيه أو عشكل إشعار نصي لا يسبب اي حرج و  بإمكانك ان تضبط الوقت بين الادعيه

{فَاذْكُرُونِي أَذْكُرْكُمْ وَاشْكُرُواْ لِي وَلاَ تَكْفُرُونِ}

البرنامج مستوحى من التطبيق لا تنسى فالشكر لعادل بارباع على الأداء الصوتي و المهندس خالد عبدالمنان                    

확장 프로그램 기본 정보

이름 ِفَاذْكُرُونِي أَذْكُرْكُمْ ِفَاذْكُرُونِي أَذْكُرْكُمْ
ID jikfjlngciobhhkkbmamhnjckmhmcfje
공식 URL https://chromewebstore.google.com/detail/%D9%90%D9%81%D9%8E%D8%A7%D8%B0%D9%92%D9%83%D9%8F%D8%B1%D9%8F%D9%88%D9%86%D9%90%D9%8A-%D8%A3%D9%8E%D8%B0%D9%92%D9%83%D9%8F%D8%B1%D9%92%D9%83%D9%8F/jikfjlngciobhhkkbmamhnjckmhmcfje
설명 Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله
파일 크기 2.63 MB
설치 횟수 620
현재 버전 1.2.1
최근 업데이트 2022-02-14
출시 날짜 2014-10-17
평점 4.81/5 총 52 개의 평점
개발자 Ousama Esbel
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0650\u0641\u064e\u0627\u0630\u0652\u0643\u064f\u0631\u064f\u0648\u0646\u0650\u064a \u0623\u064e\u0630\u0652\u0643\u064f\u0631\u0652\u0643\u064f\u0645\u0652",
    "description": "Application to remind you of Allah. \u062a\u0637\u0628\u064a\u0642 \u064a\u0630\u0643\u0631\u0643 \u0628\u062a\u0631\u0637\u064a\u0628 \u0644\u0633\u0627\u0646\u0643 \u0628\u0630\u0643\u0631 \u0627\u0644\u0644\u0647",
    "version": "1.2.1",
    "author": "Ousama Esbel",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "html": [
                "englishHTML.html",
                "arabicHTML.html"
            ],
            "js": [
                "jquery.min.js",
                "popup.js"
            ],
            "css": [
                "style\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/dua19.png",
            "38": "icons\/dua.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}