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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 99 Names |
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" } } |