Minimal Todoist
An extension to help you complete todoist tasks
什麼是Minimal Todoist?
Minimal Todoist是由ashish.me開發的Chrome擴展程式,該擴展的主要功能是“An extension to help you complete todoist tasks”。
擴展截圖
下載Minimal Todoist擴展crx文件
下載Minimal Todoist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Minimal Todoist is an open source browser extension that lets you see all todos in new page tab.
Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues
Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.                     擴展基本資訊
| 名稱 |   |  
| ID | eofnkjgkfjlalkapnfklldgdaghkilce | 
| 官方網址 | https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce | 
| 簡介 | An extension to help you complete todoist tasks | 
| 檔案大小 | 2.13 MB | 
| 安裝次數 | 33 | 
| 目前版本 | 1.0.1 | 
| 更新時間 | 2019-10-02 | 
| 上架時間 | 2019-10-02 | 
| 評分 | 4.67/5 共 3 次評分 | 
| 開發者 | ashish.me | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://ashish.me | 
| 說明頁面URL | https://github.com/ashishdotme/minimal-todoist-extension/issues | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal Todoist",
    "version": "1.0.1",
    "description": "An extension to help you complete todoist tasks",
    "author": "Ashish Patel",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}  |  |