Time Tracker

Track, analyze, control, then improve efficiency

O que é Time Tracker?

Time Tracker é uma extensão do Chrome desenvolvida por https://wfhg.cc, e sua principal característica é "Track, analyze, control, then improve efficiency".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Time Tracker

Baixe arquivos de extensão 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

                        To be the BEST time tracking tool to help you improve your efficiency

Basic features:

✅ Track how much time you spend on each website
✅ Analyze your browsing habits
✅ Limit the time you spend on each website each day or each visit

Advanced features:

✅ Support dark mode
✅ Support to sync data with your Github Gist and Obsibian

How to use:

1. Pin the icon
2. Read websites as usual
3. Click the icon to view data

Also promise that all data is stored in Chrome Local Storage, and not send it anywhere

Available in multiple browsers:
✅ Chrome
✅ Firefox
✅ Edge

You can download the source code on https://github.com/sheepzh/timer. And you can report issues on  https://github.com/sheepzh/timer/issues with any feedback or question.                    

Informações Básicas da Extensão

Nome Time Tracker Time Tracker
ID dkdhhcbjijekmneelocdllcldcpmekmm
URL Oficial https://chromewebstore.google.com/detail/time-tracker/dkdhhcbjijekmneelocdllcldcpmekmm
Descrição Track, analyze, control, then improve efficiency
Tamanho do Arquivo 1.46 MB
Contagem de Instalações 2,714
Versão Atual 2.1.6
Última Atualização 2024-03-05
Data de Publicação 2021-03-08
Classificação 4.89/5 Total de 36 Avaliações
Desenvolvedor https://wfhg.cc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sheepzh/timer
URL da Página de Ajuda https://github.com/sheepzh/timer/issues
URL da Página de Política de Privacidade https://www.wfhg.cc/en/privacy.html
Idiomas Suportados en,es,pt-PT,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_meta_marketName__",
    "description": "__MSG_meta_description__",
    "version": "2.1.6",
    "author": {
        "email": "[email protected]"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/sheepzh\/timer",
    "manifest_version": 3,
    "icons": {
        "16": "static\/images\/icon.png",
        "48": "static\/images\/icon.png",
        "128": "static\/images\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "static\/popup.html",
        "default_icon": "static\/images\/icon.png"
    },
    "options_page": "static\/app.html#\/additional\/option"
}