Close Tab in Context Menu
Close tabs using a context menu option.
Vad är Close Tab in Context Menu?
Close Tab in Context Menu är en Chrome-tillägg utvecklad av Daniel Nishi, och dess huvudfunktion är "Close tabs using a context menu option.".
Tilläggsskärmbilder
Ladda ner Close Tab in Context Menu-förlängningens CRX-fil
Ladda ner Close Tab in Context Menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension adds a "Close Tab" option when you right click on a page.
That's all it does! :) Grundläggande Information om Tillägg
| Namn | |
| ID | lkjkhomjgdhefemghlimjkjdaibnnocg |
| Officiell webbadress | https://chromewebstore.google.com/detail/close-tab-in-context-menu/lkjkhomjgdhefemghlimjkjdaibnnocg |
| Beskrivning | Close tabs using a context menu option. |
| Filstorlek | 7.35 KB |
| Antal Installationer | 2,213 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-12-09 |
| Publiceringsdatum | 2015-12-07 |
| Betyg | 4.53/5 Totalt 15 Betyg |
| Utvecklare | Daniel Nishi |
| Betalningssätt | free |
| Stödda Språk | 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
} | |