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 là gì?

Productivity Pal là một tiện ích mở rộng Chrome được phát triển bởi prodgnome, và tính năng chính của nó là "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,…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Productivity Pal

Tải xuống các tệp mở rộng Productivity Pal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Productivity Pal Productivity Pal
ID kmpcpdnclcbncnaahkiahcgmhhmhbgfi
URL Chính Thức https://chromewebstore.google.com/detail/productivity-pal/kmpcpdnclcbncnaahkiahcgmhhmhbgfi
Mô tả 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,…
Kích Thước Tệp 2.13 MB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2019-02-12
Ngày Phát Hành 2019-02-12
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển prodgnome
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}