PenCheck

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

PenCheck क्या है?

PenCheck meepitschree द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to create a work checklist for their browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PenCheck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम PenCheck PenCheck
ID elmbhpmlnkpjgpndmggiapconpfepcfp
आधिकारिक URL https://chromewebstore.google.com/detail/pencheck/elmbhpmlnkpjgpndmggiapconpfepcfp
विवरण This extension allows the user to create a work checklist for their browser
फ़ाइल का आकार 452 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2017-11-18
प्रकाशन तिथि 2017-11-17
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर meepitschree
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}