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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |