Close Tab
A stationary button that closes the current tab. Clean up tabs with less effort.
什麼是Close Tab?
Close Tab是由http://justinreinhart.com開發的Chrome擴展程式,該擴展的主要功能是“A stationary button that closes the current tab. Clean up tabs with less effort.”。
擴展截圖
下載Close Tab擴展crx文件
下載Close Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The "Close Tab" extension provides a stationary button that closes the currently selected tab. This saves time visually hunting down the active tab and provides consistency for the user. Very simple. The icon is designed to work with dark and light themes. *Note: You can also press Ctrl + W to close tabs (when keyboard input isn't being captured by a plugin). *Note: If the icon gets hidden by Chrome, you can get your icon back by pinning it. It happens sometimes. :) *Added: Protect pinned tabs (Options Screen) P.S. Have you found a bug? Email address is provided in the options screen. Happy browsing.
擴展基本資訊
名稱 | |
ID | hpmolahefgjbmidmoifolgpjkmhdmalf |
官方網址 | https://chrome.google.com/webstore/detail/close-tab/hpmolahefgjbmidmoifolgpjkmhdmalf |
簡介 | A stationary button that closes the current tab. Clean up tabs with less effort. |
檔案大小 | 169 KB |
安裝次數 | 3,000 |
目前版本 | 1.4.4 |
更新時間 | 2021-07-15 |
上架時間 | 2014-08-07 |
評分 | 4.51/5 共 78 次評分 |
開發者 | http://justinreinhart.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tab", "version": "1.4.4", "manifest_version": 2, "icons": { "48": "img\/ct-icon-48.png", "128": "img\/ct-icon-128.png" }, "description": "A stationary button that closes the current tab. Clean up tabs with less effort.", "options_page": "options.html", "browser_action": { "default_title": "Click to close the current tab", "default_icon": "img\/ct-icon-x-19.png" }, "web_accessible_resources": [ "img\/*", "css\/*", "js\/*" ], "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ] } } |