Takvimi Sot

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

Takvimi Sotとは何ですか?

Takvimi SotはSplendr LLCによって開発されたChromeの拡張機能で、その主な機能は「Takvimi Sot is new tab page, used for showing all prayer times, every time you open a new tab」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Takvimi Sot拡張機能のCRXファイルをダウンロード

Takvimi Sot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Takvimi Sot Takvimi Sot
ID bmiembljpbhehpmcejbjepaehgmblkmn
公式URL https://chromewebstore.google.com/detail/takvimi-sot/bmiembljpbhehpmcejbjepaehgmblkmn
説明 Takvimi Sot is new tab page, used for showing all prayer times, every time you open a new tab
ファイルサイズ 469 KB
インストール数 514
現在のバージョン 2.2.3
最終更新日 2023-10-31
公開日 2020-04-30
評価 5.00/5 合計 21 レビュー
開発者 Splendr LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://selamspot.com/
ヘルプページのURL https://selamspot.com/privacy
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/040b13c8-d865-4031-be4a-e661615b3846
対応言語 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"
    }
}