Tab Timeout
This extension allows the user to set a timeout for the current tab to close
What is Tab Timeout?
Tab Timeout is a Chrome extension developed by brentengust, and its main feature is "This extension allows the user to set a timeout for the current tab to close".
Download Tab Timeout Extension CRX File
Download Tab Timeout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Tab Timeout |
ID | ipfhphdnknhbgmndmfhefbcdcopplijj |
Official URL | https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj |
Description | This extension allows the user to set a timeout for the current tab to close |
File Size | 286 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2018-04-07 |
Publish Date | 2018-04-07 |
Developer | brentengust |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |