Yuk Sholat!
Beatifully crafted prayer times widget for your chrome landing page
Yuk Sholat!とは何ですか?
Yuk Sholat!はrizkifuadによって開発されたChromeの拡張機能で、その主な機能は「Beatifully crafted prayer times widget for your chrome landing page」です。
拡張機能のスクリーンショット
Yuk Sholat!拡張機能のCRXファイルをダウンロード
Yuk Sholat!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The app still in development version, feel free to give any feedback to improve our app.
Contribute to our codebase at https://github.com/rizkifuad/yuksholat 拡張機能の基本情報
| 名前 | |
| ID | plgjdlhiogchdnbfdcieojfmpbofkjgj |
| 公式URL | https://chromewebstore.google.com/detail/yuk-sholat/plgjdlhiogchdnbfdcieojfmpbofkjgj |
| 説明 | Beatifully crafted prayer times widget for your chrome landing page |
| ファイルサイズ | 577 KB |
| インストール数 | 451 |
| 現在のバージョン | 0.3.2.0 |
| 最終更新日 | 2023-04-20 |
| 公開日 | 2020-03-22 |
| 評価 | 4.55/5 合計 11 レビュー |
| 開発者 | rizkifuad |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | id |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Yuk Sholat!",
"version": "0.3.2.0",
"description": "Beatifully crafted prayer times widget for your chrome landing page",
"author": "rizkifuad",
"manifest_version": 3,
"action": {
"default_icon": "icon.png",
"default_title": "Beatifully crafted prayer times widget for your chrome landing page"
},
"icons": {
"16": "themes\/classic\/images\/tab-icon-small.png",
"48": "themes\/classic\/images\/tab-icon.png",
"128": "themes\/classic\/images\/tab-icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"geolocation"
]
} | |