Close My Tabs
Close all open tabs at once !!
什麼是Close My Tabs?
Close My Tabs是由intrendchrome開發的Chrome擴展程式,該擴展的主要功能是“Close all open tabs at once !!”。
擴展截圖
下載Close My Tabs擴展crx文件
下載Close My Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.
擴展基本資訊
名稱 | |
ID | nogodmiaohiadblfhmhibfmohlcmdpbh |
官方網址 | https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh |
簡介 | Close all open tabs at once !! |
檔案大小 | 97.71 KB |
安裝次數 | 767 |
目前版本 | 1.0 |
更新時間 | 2014-01-16 |
上架時間 | 2014-01-16 |
評分 | 4.44/5 共 9 次評分 |
開發者 | intrendchrome |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close My Tabs", "description": "Close all open tabs at once !!", "version": "1.0", "manifest_version": 2, "browser_action": { "default_title": "", "default_icon": "CloseMyTabs_Icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html" } |