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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |