Close Active Tab
Close Active Tab from Context Menu
Close Active Tabとは何ですか?
Close Active Tabはsatoshixseaによって開発されたChromeの拡張機能で、その主な機能は「Close Active Tab from Context Menu」です。
拡張機能のスクリーンショット
Close Active Tab拡張機能のCRXファイルをダウンロード
Close Active Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
現在開いているタブを閉じるための拡張機能です。 ブラウザ上で右クリックして現れるコンテキストメニューと、右上に表示されるアイコンから閉じることができます。 This is a simple extension for closing active tab. You can use this extension in the context menu and on the upper right icon.
拡張機能の基本情報
名前 | Close Active Tab |
ID | kkkdkbchmnangdchamocdjclafdapoml |
公式URL | https://chromewebstore.google.com/detail/close-active-tab/kkkdkbchmnangdchamocdjclafdapoml |
説明 | Close Active Tab from Context Menu |
ファイルサイズ | 10.11 KB |
インストール数 | 108 |
現在のバージョン | 1.1 |
最終更新日 | 2017-04-09 |
公開日 | 2017-04-08 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | satoshixsea |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Active Tab", "version": "1.1", "manifest_version": 2, "description": "Close Active Tab from Context Menu", "icons": { "128": "icon.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "close" } } |