Tab Bankrupter
Declare 'tab bankruptcy' without losing your links.
Tab Bankrupter क्या है?
Tab Bankrupter Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Declare 'tab bankruptcy' without losing your links."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Bankrupter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Faced with an overwhelming number of browser tabs sapping your focus and slowing down your computer? Time to declare tab bankruptcy. Tab Bankrupter lets you instantly close all your tabs without quitting. It also preserves a record of your bankruptcies, just in case you closed something by accident. And Tab Bankrupter skips pinned tabs, so you can hold onto Gmail, or whatever else you still want open. **Privacy** • Tab Bankrupter has access only to the metadata about your tabs — URL and title being the most interesting. • Tab Bankrupter keeps all your data on your computer. It does not share your data or actions with anybody. • Tab Bankrupter does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pndipmgldhbejkehopnbbpjgidkbiimh |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-bankrupter/pndipmgldhbejkehopnbbpjgidkbiimh |
विवरण | Declare 'tab bankruptcy' without losing your links. |
फ़ाइल का आकार | 52.81 KB |
स्थापना संख्या | 100 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2022-03-03 |
प्रकाशन तिथि | 2016-07-07 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Unknown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/jsvine/tab-bankrupter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Bankrupter", "description": "Declare 'tab bankruptcy' without losing your links.", "version": "0.2.0", "permissions": [ "tabs" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html" } } |