99 Names
Open each new tab with a beautiful name of Allah
什麼是99 Names?
99 Names是由Suffah Collective開發的Chrome擴展程式,該擴展的主要功能是“Open each new tab with a beautiful name of Allah”。
擴展截圖
下載99 Names擴展crx文件
下載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 |
官方網址 | 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" } } |