PenCheck
This extension allows the user to create a work checklist for their browser
Vad är PenCheck?
PenCheck är en Chrome-tillägg utvecklad av meepitschree, och dess huvudfunktion är "This extension allows the user to create a work checklist for their browser".
Tilläggsskärmbilder
Ladda ner PenCheck-förlängningens CRX-fil
Ladda ner PenCheck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | elmbhpmlnkpjgpndmggiapconpfepcfp | 
| Officiell webbadress | https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp | 
| Beskrivning | This extension allows the user to create a work checklist for their browser | 
| Filstorlek | 452 KB | 
| Antal Installationer | 16 | 
| Aktuell Version | 0.0.0.1 | 
| Senast Uppdaterad | 2017-11-18 | 
| Publiceringsdatum | 2017-11-17 | 
| Betyg | 5.00/5 Totalt 8 Betyg | 
| Utvecklare | meepitschree | 
| Betalningssätt | free | 
| Stödda Språk | 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'"
}  |  |