打卡提醒器 feat. Magic

昨天又忘了打卡!是时候来个提醒器了!更有Magic经典表情温馨提醒打卡!

What is 打卡提醒器 feat. Magic?

打卡提醒器 feat. Magic is a Chrome extension developed by carrotBob, and its main feature is "昨天又忘了打卡!是时候来个提醒器了!更有Magic经典表情温馨提醒打卡!".

Extension Screenshots

screenshot

Download 打卡提醒器 feat. Magic Extension CRX File

Download 打卡提醒器 feat. Magic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        啊啊啊,早上一来发现昨晚上急着走又忘了打卡?
诶诶诶,晚上下班的时候发现早上居然没有打卡?
呃呃呃,有些时候需要一个提醒却发现没有好的?

是时候让Magic来拯救你们了!【Magic温馨提醒】上下班记得打卡哦~

**v0.4.24**
修复提醒在添加后不会提醒的问题(应该是Chrome插件的机制做了一些小改动导致)
增加“稍后提醒”选项以实现间隔提醒
增加“仅工作日提醒”选项并更换节假日接口,稍微优化节假日判断逻辑和接口结果缓存逻辑

**v0.4.23**
二维码增加输入项允许直接输入地址生成

**v0.4.22**
修复一直不关闭Chrome在节假日之后的提醒不会再提醒的问题                    

Extension Basic Information

Name 打卡提醒器 feat. Magic 打卡提醒器 feat. Magic
ID akefnbnhlmkngjcddbmkhdjncdlhmcim
Official URL https://chromewebstore.google.com/detail/%E6%89%93%E5%8D%A1%E6%8F%90%E9%86%92%E5%99%A8-feat-magic/akefnbnhlmkngjcddbmkhdjncdlhmcim
Description 昨天又忘了打卡!是时候来个提醒器了!更有Magic经典表情温馨提醒打卡!
File Size 79.17 KB
Installation Count 64
Current Version 0.4.24
Last Updated 2021-11-06
Publish Date 2018-06-22
Rating 5.00/5 Total 1 Ratings
Developer carrotBob
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6253\u5361\u63d0\u9192\u5668 feat. Magic",
    "description": "\u6628\u5929\u53c8\u5fd8\u4e86\u6253\u5361\uff01\u662f\u65f6\u5019\u6765\u4e2a\u63d0\u9192\u5668\u4e86\uff01\u66f4\u6709Magic\u7ecf\u5178\u8868\u60c5\u6e29\u99a8\u63d0\u9192\u6253\u5361\uff01",
    "version": "0.4.24",
    "author": "[email protected]",
    "background": {
        "scripts": [
            "common.js",
            "reminder.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "\u6253\u5361\u6253\u5361\uff01\u5403\u996d\u5403\u996d\uff01"
    },
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "open-monitor-page": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "\u6253\u5f00\u6240\u6709\u8bbe\u7f6e\u7684\u65e5\u62a5\u9875\u9762"
        },
        "capture-monitor-all": {
            "suggested_key": {
                "default": "Alt+3"
            },
            "description": "\u89e6\u53d1\u5f53\u524d\u7a97\u53e3\u65e5\u62a5\u622a\u56fe\u529f\u80fd"
        },
        "capture-page": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "\u89e6\u53d1\u5f53\u9875\u5b8c\u6574\u622a\u56fe\u529f\u80fd"
        },
        "capture-screen": {
            "description": "\u89e6\u53d1\u5f53\u524d\u5c4f\u5e55\u622a\u56fe\u529f\u80fd"
        },
        "capture-monitor-page": {
            "description": "\u89e6\u53d1\u5f53\u524d\u9875\u65e5\u62a5\u622a\u56fe\u529f\u80fd"
        }
    },
    "minimum_chrome_version": "55",
    "permissions": [
        "notifications",
        "alarms",
        "tabs",
        "activeTab",
        "",
        "downloads"
    ]
}