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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
} | |