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é es Productivity Pal?

Productivity Pal es una extensión de Chrome desarrollada por prodgnome, y su función principal es "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,…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Productivity Pal

Descarga archivos de extensión Productivity Pal en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Productivity Pal Productivity Pal
ID kmpcpdnclcbncnaahkiahcgmhhmhbgfi
URL Oficial https://chromewebstore.google.com/detail/productivity-pal/kmpcpdnclcbncnaahkiahcgmhhmhbgfi
Descripción 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,…
Tamaño del Archivo 2.13 MB
Cantidad de Instalaciones 60
Versión Actual 1.01
Última Actualización 2019-02-12
Fecha de Publicación 2019-02-12
Calificación 5.00/5 Total de 17 Calificaciones
Desarrollador prodgnome
Tipo de Pago free
Idiomas Soportados 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"
    ]
}