Takvimi Sot

Takvimi Sot is new tab page, used for showing all prayer times, every time you open a new tab

What is Takvimi Sot?

Takvimi Sot is a Chrome extension developed by Splendr LLC, and its main feature is "Takvimi Sot is new tab page, used for showing all prayer times, every time you open a new tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Takvimi Sot Extension CRX File

Download Takvimi Sot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Takvimi Sot is new tab page, used for showing all prayer times, next prayer time and notifying users when it's time to pray, every time you open a new tab

Other Features:

-It shows prayer times only for Kosovo, Albania, Shkup, Preshevë, Ulqin.
-Notify user when it's time to pray.
-Always show next prayer time.
-Shows countdown for next prayer.
-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 shërben për shfaqjen e kohëve të namazit, kohën e ardhshme të namazit si dhe mundëson njoftimin në kohën e saktë të hyrjes.

Other Features:

-Shfaq kohet e namazit per Kosovë, Shqipëri, Shkup, Preshevë, Ulqin.
-Njofton përdoruesin për kohën e namazit.
-Shfaq gjithmonë namazin e ardhshëm.
-Llogarit dhe shfaq kohën e mbetur për namazin e ardhshëm.
-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                    

Extension Basic Information

Name Takvimi Sot Takvimi Sot
ID bmiembljpbhehpmcejbjepaehgmblkmn
Official URL https://chromewebstore.google.com/detail/takvimi-sot/bmiembljpbhehpmcejbjepaehgmblkmn
Description Takvimi Sot is new tab page, used for showing all prayer times, every time you open a new tab
File Size 469 KB
Installation Count 514
Current Version 2.2.3
Last Updated 2023-10-31
Publish Date 2020-04-30
Rating 5.00/5 Total 21 Ratings
Developer Splendr LLC
Email [email protected]
Payment Type free
Extension Website https://selamspot.com/
Help Page URL https://selamspot.com/privacy
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/040b13c8-d865-4031-be4a-e661615b3846
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Takvimi Sot",
    "short_name": "Takvimi",
    "description": "Takvimi Sot is new tab page, used for showing all prayer times, every time you open a new tab",
    "version": "2.2.3",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_title": "Takvimi Sot",
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    }
}