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 |
Eメール | [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" } } |