Productivity Pal

Get notified when you spend too much time on unproductive websites, by none other than Elon Musk! We don't store any of your data,…

Productivity Palとは何ですか?

Productivity Palはprodgnomeによって開発されたChromeの拡張機能で、その主な機能は「Get notified when you spend too much time on unproductive websites, by none other than Elon Musk! We don't store any of your data,…」です。

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

screenshot
screenshot
screenshot

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

Productivity Pal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get notified when you spend too much time on unproductive websites, by none other than Elon Musk!

We don't store any of your data, everything is done locally.                    

拡張機能の基本情報

名前 Productivity Pal Productivity Pal
ID kmpcpdnclcbncnaahkiahcgmhhmhbgfi
公式URL https://chromewebstore.google.com/detail/productivity-pal/kmpcpdnclcbncnaahkiahcgmhhmhbgfi
説明 Get notified when you spend too much time on unproductive websites, by none other than Elon Musk! We don't store any of your data,…
ファイルサイズ 2.13 MB
インストール数 60
現在のバージョン 1.01
最終更新日 2019-02-12
公開日 2019-02-12
評価 5.00/5 合計 17 レビュー
開発者 prodgnome
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Productivity Pal",
    "version": "1.01",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "elon-hello.png",
        "icon2.png",
        "\/images\/img_0.png",
        "\/images\/img_1.png",
        "\/images\/img_2.png",
        "\/images\/img_3.png",
        "\/images-2\/img_0.png",
        "\/images-2\/img_5.png",
        "settings.html",
        "\/static\/css\/content.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg-scripts\/setStorage.js",
            "bg-scripts\/onInstalled.js",
            "bg-scripts\/getFromStorage.js",
            "bg-scripts\/background.js",
            "bg-scripts\/popUpLogic.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}