Tab Close Timer

Closes the tab after specified time!

什麼是Tab Close Timer?

Tab Close Timer是由Aditya Mhatre開發的Chrome擴展程式,該擴展的主要功能是“Closes the tab after specified time!”。

擴展截圖

screenshot

下載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 Tab Close Timer
ID fjcngjmpebbfdjpndmlbfoldgiinpfcf
官方網址 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"
    }
}