PenCheck

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

Apa itu PenCheck?

PenCheck adalah ekstensi Chrome yang dikembangkan oleh meepitschree, dan fitur utamanya adalah "This extension allows the user to create a work checklist for their browser".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PenCheck

Unduh file ekstensi PenCheck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama PenCheck PenCheck
ID elmbhpmlnkpjgpndmggiapconpfepcfp
URL Resmi https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp
Deskripsi This extension allows the user to create a work checklist for their browser
Ukuran File 452 KB
Jumlah Instalasi 16
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2017-11-18
Tanggal Publikasi 2017-11-17
Penilaian 5.00/5 Total 8 Penilaian
Pengembang meepitschree
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}