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 |
公式URL | 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 |
Eメール | [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" ] } } |