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,…

Co to jest Productivity Pal?

Productivity Pal to rozszerzenie Chrome opracowane przez prodgnome, a jego główną funkcją jest „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,…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Productivity Pal

Pobierz pliki rozszerzeń Productivity Pal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Productivity Pal Productivity Pal
ID kmpcpdnclcbncnaahkiahcgmhhmhbgfi
Oficjalny URL https://chromewebstore.google.com/detail/productivity-pal/kmpcpdnclcbncnaahkiahcgmhhmhbgfi
Opis 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,…
Rozmiar pliku 2.13 MB
Liczba instalacji 60
Aktualna Wersja 1.01
Ostatnia Aktualizacja 2019-02-12
Data Publikacji 2019-02-12
Ocena 5.00/5 Łącznie 17 Oceny
Deweloper prodgnome
Typ Płatności free
Obsługiwane Języki 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"
    ]
}