TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
Cos'è TimeFlow?
TimeFlow è un'estensione di Chrome sviluppata da Chiunhau, e la sua funzione principale è "TimeFlow is a Chrome extension that tracks time you spend on every website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TimeFlow
Scarica i file di estensione TimeFlow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
| URL Ufficiale | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
| Descrizione | TimeFlow is a Chrome extension that tracks time you spend on every website. |
| Dimensione del File | 63.18 KB |
| Conteggio Installazioni | 56 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2015-08-14 |
| Data di Pubblicazione | 2015-08-14 |
| Valutazione | 4.91/5 Totale 11 Valutazioni |
| Sviluppatore | Chiunhau |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |