tab-killer
A chrome extension for closing duplicate tabs, and so on.
tab-killer क्या है?
tab-killer marinebox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension for closing duplicate tabs, and so on."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tab-killer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension has the feature to organize tabs, such as closing duplicate tabs, and so on. You can use the following features. 1. Show the numbers of duplicate tabs on the extension's icon. 2. When you have the tabs that have the same URL, this extension leaves only one and closes the others. 3. Close all tabs whose URL is matched with the keyword you specified. 4. Close all tabs which have the domain you designated. 5. Rearrange tabs by URL. 6. Whitelist 7. History Any bug reports, feature requests, or pull request is always welcome. https://github.com/marinebox/tab-killer
एक्सटेंशन की मूल जानकारी
नाम | tab-killer |
ID | gpmdlohnnmjfoojdcjojoimhkiifcbkl |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-killer/gpmdlohnnmjfoojdcjojoimhkiifcbkl |
विवरण | A chrome extension for closing duplicate tabs, and so on. |
फ़ाइल का आकार | 490 KB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2022-05-01 |
प्रकाशन तिथि | 2021-11-06 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | marinebox |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/marinebox/tab-killer |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tab-killer", "description": "__MSG_appDescription__", "version": "1.3.1", "default_locale": "en", "manifest_version": 3, "action": { "default_title": "tab-killer", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "images\/16icon.png", "48": "images\/48icon.png", "128": "images\/128icon.png" }, "commands": { "closeDuplicateTabs": { "description": "__MSG_shortcutCloseDuplicateTabsOnCurrentWindowDescription__" }, "closeDuplicateTabsOnAllWindows": { "description": "__MSG_shortcutCloseDuplicateTabsOnAllWindowsDescription__" } } } |