Tab Timeout
This extension allows the user to set a timeout for the current tab to close
Wat is Tab Timeout?
Tab Timeout is een Chrome-extensie ontwikkeld door brentengust, en de belangrijkste functie is "This extension allows the user to set a timeout for the current tab to close".
Download het CRX-bestand van de extensie Tab Timeout
Download Tab Timeout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ipfhphdnknhbgmndmfhefbcdcopplijj |
| Officiële URL | https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj |
| Beschrijving | This extension allows the user to set a timeout for the current tab to close |
| Bestandsgrootte | 286 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-04-07 |
| Publicatiedatum | 2018-04-07 |
| Ontwikkelaar | brentengust |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |