Alarm Me!

Your personal pocket alarm for Chrome with notifications.

Alarm Me! là gì?

Alarm Me! là một tiện ích mở rộng Chrome được phát triển bởi filip.rafajec, và tính năng chính của nó là "Your personal pocket alarm for Chrome with notifications.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Alarm Me! 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

                        Simple and lightweight app that will make your day to day life easier!
It is an alarm application integrated with notifications that you can access with few clicks on every chrome browser where you are logged in.

Main focus is to provide users alarm that they can activate or remove while they are sitting in front of PC. Goal is to provide wake-up reminder for users who spend working at PC or simply want to be reminded that they have to to something.

App 2.0.0 version is an update of an old one, technically a complete rebuild of the app. Chrome has changed its capabilities - meaning that from 2023 this app will stop working without another update. Playing sound from Chrome has never been harder.                    

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

Tên Alarm Me! Alarm Me!
ID knahjdfbilnkfipggnnhojmjpjcgjkmg
URL Chính Thức https://chromewebstore.google.com/detail/alarm-me/knahjdfbilnkfipggnnhojmjpjcgjkmg
Mô tả Your personal pocket alarm for Chrome with notifications.
Kích Thước Tệp 4 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-12-16
Ngày Phát Hành 2019-03-14
Đánh Giá 3.55/5 Tổng số 119 Đánh Giá
Nhà Phát Triển filip.rafajec
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,
    "author": "Filip Rafajec",
    "version": "2.0.0",
    "name": "Alarm Me!",
    "short_name": "Alarm Me!",
    "description": "Your personal pocket alarm for Chrome with notifications.",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "browser_action": {
        "default_title": "Alarm manager",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}