Omnibox Timer FIX
A simple timer built for Chrome
¿Qué es Omnibox Timer FIX?
Omnibox Timer FIX es una extensión de Chrome desarrollada por nocaoper, y su función principal es "A simple timer built for Chrome".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Omnibox Timer FIX
Descarga archivos de extensión Omnibox Timer FIX 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
EXPERIMENTAL features only, might not be stable. I welcome your fixes and issues (suggestions) on the github link below (called Website). I have to mention another active timer project called: Omnibox Timer Again, please do test it. Developpers need some praise and encouraging fans in order to be motivated. Thank you for using OTFix. ~Yu 0.5.6 * Add feature Predict time in omnibox As you type, the ringing time will be predicted in the suggestion aid. Check the picture. 0.4.6 * Fix javascript bugs 0.4.5 * Added the clear future alarm options. It clears all future timers.
Información Básica de la Extensión
Nombre | Omnibox Timer FIX |
ID | idpccmljfojhlpclcndpebaagdjbimgg |
URL Oficial | https://chromewebstore.google.com/detail/omnibox-timer-fix/idpccmljfojhlpclcndpebaagdjbimgg |
Descripción | A simple timer built for Chrome |
Tamaño del Archivo | 438 KB |
Cantidad de Instalaciones | 211 |
Versión Actual | 0.5.6 |
Última Actualización | 2017-11-22 |
Fecha de Publicación | 2017-11-22 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | nocaoper |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/nocaoper/omnibox-timer-fix |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnibox Timer FIX", "description": "A simple timer built for Chrome", "version": "0.5.6", "omnibox": { "keyword": "tm" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Omnibox Timer FIX" }, "background": { "scripts": [ "moment.js", "background.js", "chrome.js" ] }, "options_page": "options.html", "permissions": [ "notifications", "tts", "storage" ], "web_accessible_resources": [ "48.png" ] } |