99 Names
Open each new tab with a beautiful name of Allah
ما هو 99 Names؟
99 Names هو إضافة Chrome تم تطويرها بواسطة Suffah Collective، والميزة الرئيسية لها هي "Open each new tab with a beautiful name of Allah".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 99 Names
قم بتنزيل ملفات الامتداد 99 Names بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Every time you open a new tab, 99 Names will show one of the 99 names of Allah in both Arabic and English. Be reminded of the Asmaa'-al-Husna as you surf the web. معلومات أساسية عن التمديد
| الاسم | |
| ID | iaghagcnmdhclibfiojdgfonhokgeanf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf |
| الوصف | Open each new tab with a beautiful name of Allah |
| حجم الملف | 83.42 KB |
| عدد التثبيتات | 127 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2021-02-17 |
| تاريخ النشر | 2021-02-16 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | Suffah Collective |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://suffahcollective.carrd.co/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "99 Names",
"version": "1.0",
"description": "Open each new tab with a beautiful name of Allah",
"icons": {
"16": ".\/images\/99_icon.png"
},
"browser_action": {
"default_icon": ".\/images\/99_icon.png",
"default_title": "99 Names"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newpage.html"
}
} | |