PenCheck

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

Qu'est-ce que PenCheck ?

PenCheck est une extension Chrome développée par meepitschree, et sa fonction principale est "This extension allows the user to create a work checklist for their browser".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PenCheck

Téléchargez les fichiers d'extension PenCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PenCheck PenCheck
ID elmbhpmlnkpjgpndmggiapconpfepcfp
URL Officiel https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp
Description This extension allows the user to create a work checklist for their browser
Taille du Fichier 452 KB
Nombre d'Installations 16
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2017-11-18
Date de Publication 2017-11-17
Évaluation 5.00/5 Total 8 Évaluations
Développeur meepitschree
Type de Paiement free
Langues Prises en Charge 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'"
}