Takvimi Sot

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

O que é Takvimi Sot?

Takvimi Sot é uma extensão do Chrome desenvolvida por Splendr LLC, e sua principal característica é "Takvimi Sot is new tab page, used for showing all prayer times, every time you open a new tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Takvimi Sot

Baixe arquivos de extensão Takvimi Sot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Takvimi Sot Takvimi Sot
ID bmiembljpbhehpmcejbjepaehgmblkmn
URL Oficial https://chromewebstore.google.com/detail/takvimi-sot/bmiembljpbhehpmcejbjepaehgmblkmn
Descrição Takvimi Sot is new tab page, used for showing all prayer times, every time you open a new tab
Tamanho do Arquivo 469 KB
Contagem de Instalações 514
Versão Atual 2.2.3
Última Atualização 2023-10-31
Data de Publicação 2020-04-30
Classificação 5.00/5 Total de 21 Avaliações
Desenvolvedor Splendr LLC
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://selamspot.com/
URL da Página de Ajuda https://selamspot.com/privacy
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/040b13c8-d865-4031-be4a-e661615b3846
Idiomas Suportados 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"
    }
}