IdleSwitcher
Auto-switches to a preset tab or cycle through tabs after the user becomes inactive.
Qu'est-ce que IdleSwitcher ?
IdleSwitcher est une extension Chrome développée par https://devinrousso.com, et sa fonction principale est "Auto-switches to a preset tab or cycle through tabs after the user becomes inactive.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IdleSwitcher
Téléchargez les fichiers d'extension IdleSwitcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Version 1.2.0: - Added option to cycle through tabs with the given timeout instead of switching to a specified tab - Fix issue where selected tab is closed before becoming idle Version 1.1.0: - Added ability to select which tab becomes active after user becomes idle - Tab switching now also occurs when computer becomes locked Version 1.0.0: - Created Extension - Timeout for idle is set in minutes - When idle, active tab is updated to first tab - Will add functionality later to change this to custom tab
Informations de Base sur l'Extension
Nom | IdleSwitcher |
ID | elclmgibjiaeekbkpncdgpcgbachipol |
URL Officiel | https://chromewebstore.google.com/detail/idleswitcher/elclmgibjiaeekbkpncdgpcgbachipol |
Description | Auto-switches to a preset tab or cycle through tabs after the user becomes inactive. |
Taille du Fichier | 30.9 KB |
Nombre d'Installations | 64 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2016-09-01 |
Date de Publication | 2016-08-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://devinrousso.com |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/dcrousso/IdleSwitcher/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.2.0", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/timer.js" ] }, "options_page": "options.html", "permissions": [ "idle", "alarms", "storage", "tabs" ] } |