PenCheck
This extension allows the user to create a work checklist for their browser
什麼是PenCheck?
PenCheck是由meepitschree開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to create a work checklist for their browser”。
擴展截圖
下載PenCheck擴展crx文件
下載PenCheck擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        simple pop-up task list with customizable fonts+colors and a little interactive penguin buddy!
tools used: 
chrome.storage, FontSelect plugin & google font, TheySaidSo quotes
a project made with love by megan & christie
//minor bugs rn:
-checkbox status resets
-reorders tasks alphabetically                     擴展基本資訊
| 名稱 |   |  
| ID | elmbhpmlnkpjgpndmggiapconpfepcfp | 
| 官方網址 | https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp | 
| 簡介 | This extension allows the user to create a work checklist for their browser | 
| 檔案大小 | 452 KB | 
| 安裝次數 | 16 | 
| 目前版本 | 0.0.0.1 | 
| 更新時間 | 2017-11-18 | 
| 上架時間 | 2017-11-17 | 
| 評分 | 5.00/5 共 8 次評分 | 
| 開發者 | meepitschree | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PenCheck",
    "description": "This extension allows the user to create a work checklist for their browser",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "img\/pencheck.png",
        "default_popup": "popup.html",
        "default_title": "PenCheck your tasks!"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "https:\/\/fonts.googleapis.com\/css?family="
    ],
    "background": {
        "scripts": [
            "jquery.fontselect.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}  |  |