PenCheck

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

PenCheckとは何ですか?

PenCheckはmeepitschreeによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to create a work checklist for their browser」です。

拡張機能のスクリーンショット

screenshot
screenshot

PenCheck拡張機能のCRXファイルをダウンロード

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