MyReminder Plugin

This extension is used to simply set time based reminders

MyReminder Pluginとは何ですか?

MyReminder Pluginはxxnationsによって開発されたChromeの拡張機能で、その主な機能は「This extension is used to simply set time based reminders」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        MyReminder

* A simple extension to set quick reminders
* You will never miss an notification even on browser or machine restart
* You will get missed notifications on browser restart
* Quick shortcuts for setting time
* Simple and clear user interface
* Quick Panel to see upcoming reminders
* Option to delete any reminder
* Notifications don't go away till you click on it.                    

拡張機能の基本情報

名前 MyReminder Plugin MyReminder Plugin
ID mgimgbbcalnbghoaanhcheipioodieil
公式URL https://chromewebstore.google.com/detail/myreminder-plugin/mgimgbbcalnbghoaanhcheipioodieil
説明 This extension is used to simply set time based reminders
ファイルサイズ 659 KB
インストール数 47
現在のバージョン 1.10
最終更新日 2018-07-20
公開日 2018-07-19
評価 5.00/5 合計 3 レビュー
開発者 xxnations
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyReminder Plugin",
    "description": "This extension is used to simply set time based reminders",
    "version": "1.10",
    "author": "xxnations",
    "browser_action": {
        "default_icon": "images\/icons\/reminder.png",
        "default_popup": "myreminder.html"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/notification.js",
            "js\/localstorage.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icons\/reminder16x16.png",
        "48": "images\/icons\/reminder48x48.png",
        "128": "images\/icons\/reminder128x128.png"
    }
}