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”。

扩展截图

screenshot
screenshot

下载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                    

扩展基本信息

名称 PenCheck PenCheck
ID elmbhpmlnkpjgpndmggiapconpfepcfp
官方URL 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'"
}