PenCheck

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

PenCheckคืออะไร?

PenCheck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meepitschree และคุณลักษณะหลักของมันคือ "This extension allows the user to create a work checklist for their browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PenCheck

ดาวน์โหลดไฟล์ส่วนขยาย PenCheck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}