Timebite - Online wasted time tracker

See what takes the biggest bites out of your day

O que é Timebite - Online wasted time tracker?

Timebite - Online wasted time tracker é uma extensão do Chrome desenvolvida por Drik, e sua principal característica é "See what takes the biggest bites out of your day".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Timebite - Online wasted time tracker

Baixe arquivos de extensão Timebite - Online wasted time tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Timebite is the silent helper that always knows when you are wasting time on your browser. The extension tracks domains you visit and shows you summary of wasted time versus productive time.

All data is saved locally and only you can see that info. You can set number of days that data is kept before erasing. All older data will be deleted.

You can setup time range when the extension tracks your activity and also pause tracking anytime if needed.

Get Timebite and see what takes the biggest bites out of your productive time online!                    

Informações Básicas da Extensão

Nome Timebite - Online wasted time tracker Timebite - Online wasted time tracker
ID mkpcepodmbdmbpenhmmkipbijpblfjik
URL Oficial https://chromewebstore.google.com/detail/timebite-online-wasted-ti/mkpcepodmbdmbpenhmmkipbijpblfjik
Descrição See what takes the biggest bites out of your day
Tamanho do Arquivo 32.35 KB
Contagem de Instalações 960
Versão Atual 1.0.5
Última Atualização 2020-04-20
Data de Publicação 2020-04-20
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor Drik
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://drik.eu
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timebite - Online wasted time tracker",
    "short_name": "Timebite",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "See what takes the biggest bites out of your day",
    "background": {
        "scripts": [
            "scripts\/lib.js",
            "scripts\/db.js",
            "scripts\/ga.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Timebite"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_page": "html\/settings.html",
    "options_ui": {
        "page": "html\/settings.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs"
    ]
}