FaZakkir - فَذَكِّــرْ
FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation
FaZakkir - فَذَكِّــرْคืออะไร?
FaZakkir - فَذَكِّــرْ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://younessboualam.ml และคุณลักษณะหลักของมันคือ "FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FaZakkir - فَذَكِّــرْ
ดาวน์โหลดไฟล์ส่วนขยาย FaZakkir - فَذَكِّــرْ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FaZakkir is an Islamic extension that will keep you inspired by a verse from the Holy Quran every time you open a new tab. Features: * New verse every new tab * Verse recitation * English translation of the verse * Arabic Tafseer for every verse * Arabic Tawtheeq of Surats * Beautifully backgrounds * Prayer times * Hijri date * Possibility to export the verse as an image and shared it on social media * Weather state * Search bar
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ffekjmkkgbpkeplldmbcmfhclffjkofo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ffekjmkkgbpkeplldmbcmfhclffjkofo |
คำอธิบาย | FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation |
ขนาดไฟล์ | 397 KB |
จำนวนการติดตั้ง | 203 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2022-11-06 |
วันที่เผยแพร่ | 2020-11-09 |
คะแนน | 5.00/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | http://younessboualam.ml |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | |
manifest.json | |
{ "manifest_version": 2, "name": "FaZakkir - \u0641\u064e\u0630\u064e\u0643\u0651\u0650\u0640\u0640\u0631\u0652", "short_name": "FaZakkir", "version": "2.0.2", "author": "Youness Boualam", "description": "FaZakkir is a simple extension that replace every new tab with a random verse from the Holy Quran whith its interpretation", "permissions": [ "geolocation", "storage", "https:\/\/fathakkir.000webhostapp.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "core\/assets\/icons\/[email protected]", "32": "core\/assets\/icons\/[email protected]", "64": "core\/assets\/icons\/[email protected]", "128": "core\/assets\/icons\/[email protected]" }, "background": { "scripts": [ "core\/scripts\/fazakkir.bg.js" ], "persistent": false }, "browser_action": { "default_title": "FaZakkir - \u0641\u064e\u0630\u064e\u0643\u0651\u0650\u0640\u0640\u0631\u0652" }, "chrome_url_overrides": { "newtab": "index.html" } } |