Tab Timeout
This extension allows the user to set a timeout for the current tab to close
Qu'est-ce que Tab Timeout ?
Tab Timeout est une extension Chrome développée par brentengust, et sa fonction principale est "This extension allows the user to set a timeout for the current tab to close".
Télécharger le fichier CRX de l'extension Tab Timeout
Téléchargez les fichiers d'extension Tab Timeout 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
Informations de Base sur l'Extension
Nom | Tab Timeout |
ID | ipfhphdnknhbgmndmfhefbcdcopplijj |
URL Officiel | https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj |
Description | This extension allows the user to set a timeout for the current tab to close |
Taille du Fichier | 286 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-04-07 |
Date de Publication | 2018-04-07 |
Développeur | brentengust |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Timeout", "description": "This extension allows the user to set a timeout for the current tab to close", "version": "1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "alarms" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |