Takvimi Sot Popup
Takvimi Sot Popup shfaq kohët e namazit dhe është i çasshëm kudo në browser.
Takvimi Sot Popup란 무엇입니까?
Takvimi Sot Popup은(는) Splendr LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takvimi Sot Popup shfaq kohët e namazit dhe është i çasshëm kudo në browser."입니다.
확장 프로그램 스크린샷
Takvimi Sot Popup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Takvimi Sot Popup is a popup extension, used for showing all prayer times, next prayer time, notifying users when it's time to pray, and having full control over your extension settings. Features: -It shows prayer times only for Kosovo, Albania, Shkup, Preshevë, Ulqin. -Notifies users when it's time to pray. -Always shows next prayer time. -Shows countdown for next prayer. -Allows users to changes settings for notifications and location -Works online/offline. Reporting form The purpose of this extension is to remind the believers of the times of Prayer, of course, like any man-made work, this extension also has flaws, which we are constantly working to improveq... Please fill out this form so that we know where the error lies and consequently improve. https://docs.google.com/forms/d/e/1FAIpQLSfxyqNkl51FO16rd0qrMmQQXtO-XK7voeQyiN2Dwi0vp43LMA/viewform Takvimi Sot Popup shërben për shfaqjen e kohëve të namazit, kohën e ardhshme të namazit, njoftimin në kohën e saktë të hyrjes së namazit si dhe ofron kontroll te plotë mbi preferencat në lidhje me lokacionin dhe njoftimet. Karakteristikat: -Shfaq kohët e namazit për Kosovë, Shqipëri, Shkup, Preshevë, Ulqin. -Njofton përdoruesit për kohët e namazit. -Shfaq gjithmonë namazin e ardhshëm. -Llogarit dhe shfaq kohën e mbetur për namazin e ardhshëm. -Lejon përdoruesit të ndryshojnë preferencat mbi njoftimet dhe lokacionin -Punon edhe pa pasur kyçje në internet. Formulari i raportimit Qellimi i keti extension eshte t'ua perkujtoje besimtareve kohet e Namazit. Sigurisht se si cdo pune e bere nga njeriu edhe ky extension ka te meta, gje per te cilat jemi vazhdimisht duke punuar qe t'i permiresojme... Te lutem mbushe kete form, ashtu qe t'a dime ku qendron gabimi e rrjedhimisht edhe te permiresohemi. https://docs.google.com/forms/d/e/1FAIpQLSfxyqNkl51FO16rd0qrMmQQXtO-XK7voeQyiN2Dwi0vp43LMA/viewform
확장 프로그램 기본 정보
이름 | Takvimi Sot Popup |
ID | hpebdeliopeajobkclbaciaeajibbbfd |
공식 URL | https://chromewebstore.google.com/detail/takvimi-sot-popup/hpebdeliopeajobkclbaciaeajibbbfd |
설명 | Takvimi Sot Popup shfaq kohët e namazit dhe është i çasshëm kudo në browser. |
파일 크기 | 248 KB |
설치 횟수 | 182 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2023-10-29 |
출시 날짜 | 2020-11-26 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Splendr LLC |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://selamspot.com/ |
도움말 페이지 URL | https://selamspot.com/privacy |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/040b13c8-d865-4031-be4a-e661615b3846 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Takvimi Sot Popup", "homepage_url": "http:\/\/localhost:8080\/", "description": "Takvimi Sot Popup shfaq koh\u00ebt e namazit dhe \u00ebsht\u00eb i \u00e7assh\u00ebm kudo n\u00eb browser.", "default_locale": "en", "permissions": [ "notifications", "alarms", "storage" ], "background": { "scripts": [ "packages\/moment.min.js", "scripts\/badge.js", "scripts\/main.js", "scripts\/notifications.js", "scripts\/times.js", "scripts\/reminders.js", "scripts\/runtime.js", "app.js" ], "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Takvimi Sot Popup", "default_icon": "icons\/icon.png" }, "version": "1.0.8", "content_security_policy": "script-src 'self' ; object-src 'self'" } |