PenCheck

This extension allows the user to create a work checklist for their browser

What is PenCheck?

PenCheck is a Chrome extension developed by meepitschree, and its main feature is "This extension allows the user to create a work checklist for their browser".

Extension Screenshots

screenshot
screenshot

Download PenCheck Extension CRX File

Download PenCheck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name PenCheck PenCheck
ID elmbhpmlnkpjgpndmggiapconpfepcfp
Official URL https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp
Description This extension allows the user to create a work checklist for their browser
File Size 452 KB
Installation Count 16
Current Version 0.0.0.1
Last Updated 2017-11-18
Publish Date 2017-11-17
Rating 5.00/5 Total 8 Ratings
Developer meepitschree
Payment Type free
Supported Languages 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'"
}