Motivation Todo list with age counter.
Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
Motivation Todo list with age counter.とは何ですか?
Motivation Todo list with age counter.はwojciech.kokorzyckiによって開発されたChromeの拡張機能で、その主な機能は「Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation」です。
拡張機能のスクリーンショット
Motivation Todo list with age counter.拡張機能のCRXファイルをダウンロード
Motivation Todo list with age counter.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | emdpadcdfnncmlhpldncnijaeodnjplj |
| 公式URL | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
| 説明 | Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation |
| ファイルサイズ | 489 KB |
| インストール数 | 44 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2017-03-18 |
| 公開日 | 2017-03-18 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | wojciech.kokorzycki |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Motivation Todo list with age counter.",
"version": "0.1.1",
"manifest_version": 2,
"description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "icon.png"
},
"permissions": [
"storage"
]
} | |