Tab Timeout
This extension allows the user to set a timeout for the current tab to close
Cos'è Tab Timeout?
Tab Timeout è un'estensione di Chrome sviluppata da brentengust, e la sua funzione principale è "This extension allows the user to set a timeout for the current tab to close".
Scarica il file CRX dell'estensione Tab Timeout
Scarica i file di estensione Tab Timeout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | ipfhphdnknhbgmndmfhefbcdcopplijj |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj |
| Descrizione | This extension allows the user to set a timeout for the current tab to close |
| Dimensione del File | 286 KB |
| Conteggio Installazioni | 51 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-04-07 |
| Data di Pubblicazione | 2018-04-07 |
| Sviluppatore | brentengust |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
} | |