Checklist

Checklist

什麼是Checklist?

Checklist是由Togglecorp開發的Chrome擴展程式,該擴展的主要功能是“Checklist”。

擴展截圖

screenshot

下載Checklist擴展crx文件

下載Checklist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A simple checklist addon to keep tracks of things.

- Badge shows the no. of things to do in your checklist.
- Separate list for things to do and things already done.
- Items can be sorted by dragging them.
- Users can add custom tags with '@'.                    

擴展基本資訊

名稱 Checklist Checklist
ID fnfekoddbjkgnhkhjlaiddjionpkeddn
官方網址 https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn
簡介 Checklist
檔案大小 96.89 KB
安裝次數 20,000
目前版本 1.3.0
更新時間 2020-07-12
上架時間 2020-05-30
評分 4.52/5 共 27 次評分
開發者 Togglecorp
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Checklist",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "32": "icons\/checklist-32.png",
        "64": "icons\/checklist-64.png",
        "128": "icons\/checklist-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "name": "Checklist",
    "description": "Checklist",
    "author": "",
    "version": "1.3.0"
}