Close Tab
Add a tab close action to the page context menu
Close Tab क्या है?
Close Tab Hansifer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a tab close action to the page context menu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Close Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Close Tab lets you close a web page in a snap with a right mouse click and a key press. This is often quicker than moving the mouse cursor up to the tab's close icon or taking your hand off the mouse to use a keyboard shortcut that requires both hands. The shortcut key that closes the tab is customizable.
एक्सटेंशन की मूल जानकारी
नाम | Close Tab |
ID | lnchemdcmhoccciihokpdkkekmnejfhj |
आधिकारिक URL | https://chromewebstore.google.com/detail/close-tab/lnchemdcmhoccciihokpdkkekmnejfhj |
विवरण | Add a tab close action to the page context menu |
फ़ाइल का आकार | 25.84 KB |
स्थापना संख्या | 1,786 |
वर्तमान संस्करण | 1.8.0 |
अंतिम अपडेट | 2023-11-28 |
प्रकाशन तिथि | 2020-05-09 |
रेटिंग | 4.73/5 कुल 22 रेटिंग्स |
डेवलपर | Hansifer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tab", "version": "1.8.0", "minimum_chrome_version": "91", "description": "Add a tab close action to the page context menu", "default_locale": "en", "manifest_version": 3, "options_ui": { "page": "options_inline.html", "open_in_tab": false }, "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "action": { "default_icon": { "19": "img\/logo19.png", "38": "img\/logo38.png" }, "default_title": "Close selected tab" }, "background": { "service_worker": "bg.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "storage" ] } |