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 |
官方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" } } |