Reminders
This extension puts simple reminders right in your browser!
Remindersとは何ですか?
RemindersはTrent Mervineによって開発されたChromeの拡張機能で、その主な機能は「This extension puts simple reminders right in your browser!」です。
Reminders拡張機能のCRXファイルをダウンロード
Reminders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The easiest way to set simple reminders to help you stay organized and on time. The world's simplest task manager. 拡張機能の基本情報
| 名前 | |
| ID | ipkjhbpbaboabfiamdjelkohonaacbnf |
| 公式URL | https://chromewebstore.google.com/detail/reminders/ipkjhbpbaboabfiamdjelkohonaacbnf |
| 説明 | This extension puts simple reminders right in your browser! |
| ファイルサイズ | 773 KB |
| インストール数 | 68 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2016-07-12 |
| 公開日 | 2016-07-12 |
| 評価 | 4.14/5 合計 7 レビュー |
| 開発者 | Trent Mervine |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reminders",
"description": "This extension puts simple reminders right in your browser!",
"version": "1.0.1",
"browser_action": {
"default_icon": {
"128": "icons\/128.png",
"48": "icons\/48.png",
"32": "icons\/32.png",
"16": "icons\/16.png"
},
"default_popup": "todos.html"
},
"background": {
"scripts": [
"moment.min.js",
"chrome-storage-promise.js",
"background.js"
],
"persistent": false
},
"permissions": [
"storage"
]
} | |