Potato timer
This extension is for managing your working and break times
¿Qué es Potato timer?
Potato timer es una extensión de Chrome desarrollada por gabrielfirmacion, y su función principal es "This extension is for managing your working and break times".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Potato timer
Descarga archivos de extensión Potato timer 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
Have you ever wanted to take a break from work and just surf around the internet but at the same time making sure that you don't end up surfing the net the whole day? Here is Potato Timer! It gives you a 10minute break and it lets you know after time's up that you need to get back to work and not to be a POTATO!!
Información Básica de la Extensión
Nombre | Potato timer |
ID | cohpelnhkkflnlnkfadomkimmpejeifa |
URL Oficial | https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa |
Descripción | This extension is for managing your working and break times |
Tamaño del Archivo | 149 KB |
Cantidad de Instalaciones | 15 |
Versión Actual | 2.0 |
Última Actualización | 2016-01-28 |
Fecha de Publicación | 2016-01-28 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | gabrielfirmacion |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Potato timer", "description": "This extension is for managing your working and break times", "version": "2.0", "browser_action": { "default_icon": "nopotato.png", "default_popup": "popup.html", "default_title": "No potato!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js", "jquery-2.1.4.min.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |