Reminder
Create simple reminders with this chrome extension. Input message and time and you are set.
Reminderとは何ですか?
ReminderはAndy Youngによって開発されたChromeの拡張機能で、その主な機能は「Create simple reminders with this chrome extension. Input message and time and you are set.」です。
拡張機能のスクリーンショット
Reminder拡張機能のCRXファイルをダウンロード
Reminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.
拡張機能の基本情報
名前 | Reminder |
ID | jllcblicpghgjfoldcphpiekbmoamflm |
公式URL | https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm |
説明 | Create simple reminders with this chrome extension. Input message and time and you are set. |
ファイルサイズ | 94.52 KB |
インストール数 | 16 |
現在のバージョン | 1.1 |
最終更新日 | 2018-03-10 |
公開日 | 2018-03-09 |
開発者 | Andy Young |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminder", "description": "Create simple reminders with this chrome extension. Input message and time and you are set.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" } } |