Surf Clock
Keep track of the time you spend surfing on the web.
¿Qué es Surf Clock?
Surf Clock es una extensión de Chrome desarrollada por https://surfclock.io, y su función principal es "Keep track of the time you spend surfing on the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Surf Clock
Descarga archivos de extensión Surf Clock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Curious about where you spend how much time on the web? Surf Clock is for you! Accurate. Intuitive. Private. - While browsing the web, the time you spend on websites is accurately measured. - Adjust the time frame to easily spot for how long you've been on any site during that period. - No information is sent to our clouds, it's all yours on your computer. Necessary permissions: - "Read your browsing history" to detect when you load new sites and switch tabs / windows - "Read and change your data on www.google.com" in order to use Google's Favicon Service, which is needed to retrieve the color for the website
Información Básica de la Extensión
Nombre | Surf Clock |
ID | bhmamcldpbfndmkibakfgkibichjbifo |
URL Oficial | https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo |
Descripción | Keep track of the time you spend surfing on the web. |
Tamaño del Archivo | 186 KB |
Cantidad de Instalaciones | 39 |
Versión Actual | 1.0.4 |
Última Actualización | 2017-12-04 |
Fecha de Publicación | 2017-12-04 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://surfclock.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://surfclock.io |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surf Clock", "version": "1.0.4", "author": "crococoding", "homepage_url": "https:\/\/surfclock.io", "description": "Keep track of the time you spend surfing on the web.", "icons": { "128": "chrome\/icon_128.png" }, "browser_action": { "default_icon": "chrome\/icon_128.png", "default_popup": "chrome\/popup_chrome.html" }, "permissions": [ "tabs", "storage", "https:\/\/www.google.com\/*" ], "background": { "scripts": [ "core\/background\/dexie.min.js", "core\/background\/vibrant.min.js", "core\/background\/database.js", "core\/background\/logger.js", "chrome\/background_chrome.js" ] } } |