Timely

See how much time you're spending on Facebook in real-time

O que é Timely?

Timely é uma extensão do Chrome desenvolvida por http://timely-chrome-extension.blogspot.com, e sua principal característica é "See how much time you're spending on Facebook in real-time".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Timely

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

                        This extension will display two stopwatches every time you open Facebook on the browser; one stopwatch will display how much time you have been spending since you opened Facebook in a tab (session time) and the other one will display the total spent time per day.

Both stopwatches will change color according to the time spent. The left stopwatch will turn red when the total time is more than 60 minutes and the right stopwatch when the session time is more than 15 minutes.                    

Informações Básicas da Extensão

Nome Timely Timely
ID bfmbkfjklpkaogjlmcengklnloplijal
URL Oficial https://chrome.google.com/webstore/detail/timely/bfmbkfjklpkaogjlmcengklnloplijal
Descrição See how much time you're spending on Facebook in real-time
Tamanho do Arquivo 33.11 KB
Contagem de Instalações 98
Versão Atual 1.0.2
Última Atualização 2018-07-15
Data de Publicação 2018-07-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://timely-chrome-extension.blogspot.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "author": "Marco Ch\u00e1vez",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/analytics.tracker.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/orbitron-bold.otf"
    ]
}