Alarm Me!

Your personal pocket alarm for Chrome with notifications.

什麼是Alarm Me!?

Alarm Me!是由filip.rafajec開發的Chrome擴展程式,該擴展的主要功能是“Your personal pocket alarm for Chrome with notifications.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Alarm Me!擴展crx文件

下載Alarm Me!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Alarm Me! Alarm Me!
ID knahjdfbilnkfipggnnhojmjpjcgjkmg
官方網址 https://chromewebstore.google.com/detail/alarm-me/knahjdfbilnkfipggnnhojmjpjcgjkmg
簡介 Your personal pocket alarm for Chrome with notifications.
檔案大小 4 MB
安裝次數 10,000
目前版本 2.0.0
更新時間 2021-12-16
上架時間 2019-03-14
評分 3.55/5 共 119 次評分
開發者 filip.rafajec
電子郵箱 [email protected]
付費類型 free
支援的語言 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
    }
}