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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |