Pomo

Pomodoro Chrome Extention

¿Qué es Pomo?

Pomo es una extensión de Chrome desarrollada por loganwnielson, y su función principal es "Pomodoro Chrome Extention".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pomo

Descarga archivos de extensión Pomo 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

                        A pomodoro study timer that is simple and easy to access. Pomo has a 25 minute study timer, 5 minute break timer, and 15 minute break timer. The Pomo icon in the top right corner will appear white when not in use (or paused), red when the timer is active, and change to green when the timer has ended. Additionally, if chrome notifications are enabled a notification banner or alert will appear notifying you that your timer has ended.                    

Información Básica de la Extensión

Nombre Pomo Pomo
ID bneanonpffbjccglpdobjokkggaokhjc
URL Oficial https://chromewebstore.google.com/detail/pomo/bneanonpffbjccglpdobjokkggaokhjc
Descripción Pomodoro Chrome Extention
Tamaño del Archivo 230 KB
Cantidad de Instalaciones 39
Versión Actual 1.0.0
Última Actualización 2023-07-20
Fecha de Publicación 2023-07-19
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador loganwnielson
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomo",
    "description": "Pomodoro Chrome Extention",
    "version": "1.0.0",
    "icons": {
        "16": "white16icon.png",
        "48": "white48icon.png",
        "128": "white128icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "white16icon.png",
            "48": "white48icon.png",
            "128": "white128icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "red16icon.png",
                "green16icon.png",
                "white16icon.png",
                "red48icon.png",
                "green48icon.png",
                "white48icon.png",
                "red128icon.png",
                "green128icon.png",
                "white128icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}