Tab Close Timer
Closes the tab after specified time!
什么是Tab Close Timer?
Tab Close Timer是由Aditya Mhatre开发的Chrome扩展程序,该扩展的主要功能是“Closes the tab after specified time!”。
扩展截图
下载Tab Close Timer扩展crx文件
下载Tab Close Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Watching YouTube videos for extended number of times and want to control it? Now you can with this extension. Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.
扩展基本信息
名称 | Tab Close Timer |
ID | fjcngjmpebbfdjpndmlbfoldgiinpfcf |
官方URL | https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf |
简介 | Closes the tab after specified time! |
文件大小 | 15.29 KB |
安装次数 | 3,119 |
当前版本 | 1.0 |
更新时间 | 2022-01-19 |
上架时间 | 2022-01-18 |
评分 | 4.00/5 共7次评分 |
开发者 | Aditya Mhatre |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Close Timer", "description": "Closes the tab after specified time!", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "alarms" ], "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } } |