Browser timer alert
Place a timer alert on a tab, very useful of you want to return to a tab after a specific number of seconds.
¿Qué es Browser timer alert?
Browser timer alert es una extensión de Chrome desarrollada por https://flashsoft.eu, y su función principal es "Place a timer alert on a tab, very useful of you want to return to a tab after a specific number of seconds.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Browser timer alert
Descarga archivos de extensión Browser timer alert 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
This extension is designed to help you know when you have to return to a tab, after a specific time of inactivity, setting the amount of inactivity time and the timer is done from the extension button. The alert can consist of two modes, one is required and it will change the icon of the tab that you want to receive an alert to an animated blinker, and one is optional, a short audio notification that can be tested on the options page. With this extension you can place an alert timer on any tab you want and after you leave the tab the timer will trigger and when the timer will reach 0 seconds it will fire an alert. This extension can be used in scenarios like this: • an online exam when you have to return to a tab in x seconds • waiting for a download link to be prepared • in case of remote work when you need to check a tab frequently With the default setting the alert will be reactivated on the same tab after you leave that tab, if you want to be alerted only once change the settings. It works with multiple tabs but is not recommended to set on many tabs especially using audio it may be confusing. 𝐏𝐫𝐢𝐯𝐚𝐜𝐲 𝐏𝐨𝐥𝐢𝐜𝐲: • This extension does not collect any data form your device. • This extension does not use external files, everything is packed into the extension. • These are the permissions from extension manifest: ["activeTab", "declarativeContent", "storage", "webRequest", "webRequestBlocking", ";", "http://*/*", "https://*/*"], these permissions are necessary in order to perform the alerting on a specific tab. • If you encounter any bugs please send me an email with the description of the bug, and I'll try to fix the bug • This extension is completely open source, the source is available on my Gitlab - https://gitlab.flashsoft.eu 𝐂𝐨𝐧𝐭𝐚𝐜𝐭: You can contact me using my website at https://flashsoft.eu.
Información Básica de la Extensión
Nombre | Browser timer alert |
ID | fnaaphnopbacdnekofacnlhablgmmfki |
URL Oficial | https://chromewebstore.google.com/detail/browser-timer-alert/fnaaphnopbacdnekofacnlhablgmmfki |
Descripción | Place a timer alert on a tab, very useful of you want to return to a tab after a specific number of seconds. |
Tamaño del Archivo | 559 KB |
Cantidad de Instalaciones | 142 |
Versión Actual | 1.0.10 |
Última Actualización | 2023-03-14 |
Fecha de Publicación | 2020-05-31 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://flashsoft.eu |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gitlab.flashsoft.eu/chrome-extensions/tab-timer-alert |
URL de la Página de Ayuda | https://gitlab.flashsoft.eu/chrome-extensions/tab-timer-alert |
URL de la Página de Política de Privacidad | https://github.com/andrei0x309/yup-live-chrome-extension/blob/main/PRIVACY_POLICY.md |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.10", "version_name": "1.0.10", "permissions": [ "activeTab", "declarativeContent", "storage", "webRequest", "webRequestBlocking", " |