Close Tab in Context Menu
Close tabs using a context menu option.
What is Close Tab in Context Menu?
Close Tab in Context Menu is a Chrome extension developed by Daniel Nishi, and its main feature is "Close tabs using a context menu option.".
Extension Screenshots
Download Close Tab in Context Menu Extension CRX File
Download Close Tab in Context Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds a "Close Tab" option when you right click on a page. That's all it does! :)
Extension Basic Information
Name | Close Tab in Context Menu |
ID | lkjkhomjgdhefemghlimjkjdaibnnocg |
Official URL | https://chromewebstore.google.com/detail/close-tab-in-context-menu/lkjkhomjgdhefemghlimjkjdaibnnocg |
Description | Close tabs using a context menu option. |
File Size | 7.35 KB |
Installation Count | 2,213 |
Current Version | 1.0 |
Last Updated | 2015-12-09 |
Publish Date | 2015-12-07 |
Rating | 4.53/5 Total 15 Ratings |
Developer | Daniel Nishi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tab in Context Menu", "description": "Close tabs using a context menu option.", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] }, "icons": { "128": "close128.png" }, "manifest_version": 2 } |