Auto-Close New Tabs
Allow only one new tab page at a time.
什麼是Auto-Close New Tabs?
Auto-Close New Tabs是由eliasedgren1開發的Chrome擴展程式,該擴展的主要功能是“Allow only one new tab page at a time.”。
擴展截圖
下載Auto-Close New Tabs擴展crx文件
下載Auto-Close New Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.
擴展基本資訊
名稱 | Auto-Close New Tabs |
ID | flenhhkdfknhebichfkhmefaoembifcm |
官方網址 | https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm |
簡介 | Allow only one new tab page at a time. |
檔案大小 | 28.04 KB |
安裝次數 | 32 |
目前版本 | 0.0.0.2 |
更新時間 | 2021-12-29 |
上架時間 | 2021-12-27 |
開發者 | eliasedgren1 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto-Close New Tabs", "version": "0.0.0.2", "description": "Allow only one new tab page at a time.", "manifest_version": 3, "incognito": "not_allowed", "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |