Tab Timeout
This extension allows the user to set a timeout for the current tab to close
什麼是Tab Timeout?
Tab Timeout是由brentengust開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to set a timeout for the current tab to close”。
下載Tab Timeout擴展crx文件
下載Tab Timeout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Tab Timeout |
ID | ipfhphdnknhbgmndmfhefbcdcopplijj |
官方網址 | https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj |
簡介 | This extension allows the user to set a timeout for the current tab to close |
檔案大小 | 286 KB |
安裝次數 | 51 |
目前版本 | 1.0 |
更新時間 | 2018-04-07 |
上架時間 | 2018-04-07 |
開發者 | brentengust |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } } |