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

Qu'est-ce que Productivity Pal ?

Productivity Pal est une extension Chrome développée par prodgnome, et sa fonction principale est "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,…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Productivity Pal

Téléchargez les fichiers d'extension Productivity Pal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Productivity Pal Productivity Pal
ID kmpcpdnclcbncnaahkiahcgmhhmhbgfi
URL Officiel https://chromewebstore.google.com/detail/productivity-pal/kmpcpdnclcbncnaahkiahcgmhhmhbgfi
Description 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,…
Taille du Fichier 2.13 MB
Nombre d'Installations 60
Version Actuelle 1.01
Dernière Mise à Jour 2019-02-12
Date de Publication 2019-02-12
Évaluation 5.00/5 Total 17 Évaluations
Développeur prodgnome
Type de Paiement free
Langues Prises en Charge 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"
    ]
}