HourGlass

Keep track of your productivity on Chrome.

Co to jest HourGlass?

HourGlass to rozszerzenie Chrome opracowane przez HourGlass, a jego główną funkcją jest „Keep track of your productivity on Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia HourGlass

Pobierz pliki rozszerzeń HourGlass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Find out where you spend your time on Chrome! HourGlass breaks down your website usage and lets you see where your time goes. Know exactly which sites you spend time on the most, over days, weeks, and years!  

Make yourself productive by setting a warning on any website you like! HourGlass gives you the tools to help curb unwanted website use!

With a couple clicks, you can start managing your time on Chrome. Just sign up using your Google account and get information on all your website usage!

Features:

Automatic Time Tracking
See how much time you spend on any website you visit! HourGlass automatically shows you how and where your time goes on Chrome. It will automatically pause when you switch sites or close a site!

Time Warning
Set yourself a time warning on any website you like, to become productive again. Just set how much time you’d like to spend on a site for the day and you will get a friendly reminder when the time’s up!

Compare Time
See how your websites compare to one another with our detailed breakdown view. Easily see what websites are using the most time on Chrome.
Choose to see graphs, of when you are active, 7 day charts and more!

Sync Data
Sync your data with any computer you use chrome on. Simply sign in using the same Google account and your usage will be saved on any computer you use.

Analytics - Coming Soon!
View detailed usage statistics about your Chrome site usage.

HourGlass is here to show you where your time goes and make you productive again. Download and start managing your time!                    

Podstawowe informacje o rozszerzeniu

Nazwa HourGlass HourGlass
ID jffolfflgaanihjafibkhkpgoaijlcee
Oficjalny URL https://chromewebstore.google.com/detail/hourglass/jffolfflgaanihjafibkhkpgoaijlcee
Opis Keep track of your productivity on Chrome.
Rozmiar pliku 564 KB
Liczba instalacji 245
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2020-05-17
Data Publikacji 2020-05-16
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper HourGlass
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gethourglass.co/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HourGlass",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Keep track of your productivity on Chrome.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/hourglass\/jffolfflgaanihjafibkhkpgoaijlcee",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.firebase.com https:\/\/*.google.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon_48.png",
        "default_title": "HourGlass - Productivity Tracker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "web_accessible_resources": [
        "icons\/close-24px.svg",
        "icons\/icon_128.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}