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

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

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

ِفَاذْكُرُونِي أَذْكُرْكُمْ هو إضافة Chrome تم تطويرها بواسطة Ousama Esbel، والميزة الرئيسية لها هي "Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ِفَاذْكُرُونِي أَذْكُرْكُمْ

قم بتنزيل ملفات الامتداد ِفَاذْكُرُونِي أَذْكُرْكُمْ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
    }
}