Remembrance

Athkar notifications by the hour

Remembrance là gì?

Remembrance là một tiện ích mở rộng Chrome được phát triển bởi zaberadnan, và tính năng chính của nó là "Athkar notifications by the hour".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remembrance

Tải xuống các tệp mở rộng Remembrance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We all need a moment of mindfulness amidst the hustle and bustle of our daily lives. Remembrance is an extension that is meant to achieve that mindfulness through sending you notifications to recite short Islamic prayers in one hour increments throughout your day. Each hour brings a different prayer and each prayer brings a different blessing. Through these remembrances of God, the intent is to help individuals achieve serenity in their days.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remembrance Remembrance
ID iekdnlikhobdflggalfgoogdbjdojbld
URL Chính Thức https://chromewebstore.google.com/detail/remembrance/iekdnlikhobdflggalfgoogdbjdojbld
Mô tả Athkar notifications by the hour
Kích Thước Tệp 41.26 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-08-05
Ngày Phát Hành 2020-08-05
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển zaberadnan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remembrance",
    "description": "Athkar notifications by the hour",
    "version": "1.0.0",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ]
}