PenCheck
This extension allows the user to create a work checklist for their browser
Co to jest PenCheck?
PenCheck to rozszerzenie Chrome opracowane przez meepitschree, a jego główną funkcją jest „This extension allows the user to create a work checklist for their browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PenCheck
Pobierz pliki rozszerzeń PenCheck w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | elmbhpmlnkpjgpndmggiapconpfepcfp | 
| Oficjalny URL | https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp | 
| Opis | This extension allows the user to create a work checklist for their browser | 
| Rozmiar pliku | 452 KB | 
| Liczba instalacji | 16 | 
| Aktualna Wersja | 0.0.0.1 | 
| Ostatnia Aktualizacja | 2017-11-18 | 
| Data Publikacji | 2017-11-17 | 
| Ocena | 5.00/5 Łącznie 8 Oceny | 
| Deweloper | meepitschree | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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'"
}  |  |