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
扩展基本信息
名称 | Yuk Sholat! |
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 |
电子邮箱 | [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" ] } |