TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
Co to jest TimeFlow?
TimeFlow to rozszerzenie Chrome opracowane przez Chiunhau, a jego główną funkcją jest „TimeFlow is a Chrome extension that tracks time you spend on every website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TimeFlow
Pobierz pliki rozszerzeń TimeFlow 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
TimeFlow is a Chrome extension that tracks time you spend on every website. It displays the result once you open a new browser tab. Have you ever wondered which website do you spend the most time on? Give it a try. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
| Oficjalny URL | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
| Opis | TimeFlow is a Chrome extension that tracks time you spend on every website. |
| Rozmiar pliku | 63.18 KB |
| Liczba instalacji | 56 |
| Aktualna Wersja | 0.1.0 |
| Ostatnia Aktualizacja | 2015-08-14 |
| Data Publikacji | 2015-08-14 |
| Ocena | 4.91/5 Łącznie 11 Oceny |
| Deweloper | Chiunhau |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TimeFlow",
"version": "0.1.0",
"description": "TimeFlow is a Chrome extension that tracks time you spend on every website.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"permissions": [
"idle",
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |