Simple Project Tasks
Create project and tasks, fast and easy!... And yes it's FREE!!!
Simple Project Tasksとは何ですか?
Simple Project TasksはJODACAME - LABSによって開発されたChromeの拡張機能で、その主な機能は「Create project and tasks, fast and easy!... And yes it's FREE!!!」です。
拡張機能のスクリーンショット
Simple Project Tasks拡張機能のCRXファイルをダウンロード
Simple Project Tasks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allow create projects and tasks very fast, and keep a TODO list updated.
Forget investing time in applications that claim to manage your tasks and projects, focus your time in solving your tasks ... 拡張機能の基本情報
| 名前 | |
| ID | koncmmpgldpnlckeamocjcgigecggphl |
| 公式URL | https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl |
| 説明 | Create project and tasks, fast and easy!... And yes it's FREE!!! |
| ファイルサイズ | 114 KB |
| インストール数 | 331 |
| 現在のバージョン | 1.0.7 |
| 最終更新日 | 2017-07-24 |
| 公開日 | 2017-07-24 |
| 評価 | 4.83/5 合計 6 レビュー |
| 開発者 | JODACAME - LABS |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple Project Tasks",
"short_name": "Simple Project Tasks",
"description": "Create project and tasks, fast and easy!... And yes it's FREE!!!",
"version": "1.0.7",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |