Quick Reminders

Quick Reminders

Quick Remindersとは何ですか?

Quick RemindersはSol Hによって開発されたChromeの拡張機能で、その主な機能は「Quick Reminders」です。

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

screenshot

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

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

拡張機能の使用方法

                        Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. 

Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.                    

拡張機能の基本情報

名前 Quick Reminders Quick Reminders
ID jpedaefjgnljfpapghlhplhjpnoamfkd
公式URL https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd
説明 Quick Reminders
ファイルサイズ 596 KB
インストール数 687
現在のバージョン 1.0
最終更新日 2016-02-01
公開日 2016-02-01
評価 4.20/5 合計 10 レビュー
開発者 Sol H
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "Quick Reminders",
    "description": "Quick Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "newReminder.html",
        "default_title": "Quick Reminders"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}