CloseTabsByDomain
Close all tabs by domain
CloseTabsByDomain क्या है?
CloseTabsByDomain https://ragerworks.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Close all tabs by domain"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CloseTabsByDomain एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With the browser extension CloseTabsByDomain you are able to close all open tabs of a domain comfortably. Easily close tabs by domain! There are two ways to use the extension: - Right-click in the page - Click on the extension button Use the settings to configure how the tabs in the CloseTabsByDomain list are sorted: - Browser order: - Alphabetical - By number of open tabs New: - Sort open tabs by domain
एक्सटेंशन की मूल जानकारी
नाम | CloseTabsByDomain |
ID | hjnfjlehafmdppfncbjafjghkfkgiaml |
आधिकारिक URL | https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml |
विवरण | Close all tabs by domain |
फ़ाइल का आकार | 61.61 KB |
स्थापना संख्या | 95 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2020-10-10 |
प्रकाशन तिथि | 2018-12-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://ragerworks.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ragerworks.com/static/close-tabs-by-domain.html |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CloseTabsByDomain", "description": "Close all tabs by domain", "version": "1.2.0", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "img\/logo\/icon_16.png", "48": "img\/logo\/icon_48.png", "128": "img\/logo\/icon_128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "img\/logo\/icon_16.png", "48": "img\/logo\/icon_48.png" }, "default_title": "CloseByDomain", "default_popup": "popup.html" }, "default_locale": "en" } |