timelimit

An extension to keep you off distracting websites!

¿Qué es timelimit?

timelimit es una extensión de Chrome desarrollada por timelimitapp, y su función principal es "An extension to keep you off distracting websites!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión timelimit

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

                        Have you ever wanted to limit the amount of time you spend each day on distracting websites? timelimit allows you to specify a maximum amount of time you want to spend on the website each day. For example, you can specify spending a max of 30 minutes per day on www.facebook.com, and then it will block you from going on the website after you've used it for 30 minutes until the day is over! Users can specify a list of websites that they want to limit, and can add and delete websites, flexibly change the amount of time. The extension also provides the user with the amount of time remaining for the website, so you can see how much time you've spent on the website today and how much time you have left. Note: URL blocking is matched so that if you enter www.facebook.com, timelimit will block www.facebook.com/profile/:id, www.facebook.com/pages, or anything else matching www.facebook.com/*.                    

Información Básica de la Extensión

Nombre timelimit timelimit
ID ihahdkpgnaoiidnkndhginfpianaindd
URL Oficial https://chromewebstore.google.com/detail/timelimit/ihahdkpgnaoiidnkndhginfpianaindd
Descripción An extension to keep you off distracting websites!
Tamaño del Archivo 671 KB
Cantidad de Instalaciones 619
Versión Actual 0.0.0.1
Última Actualización 2018-08-18
Fecha de Publicación 2018-08-18
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador timelimitapp
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "timelimit",
    "name": "timelimit",
    "description": "An extension to keep you off distracting websites!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "clock.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "block.html"
    ],
    "version": "0.0.0.1"
}