Tabs Closer
Cleans up your windows/tabs with 1 click of a mouse button
Tabs Closer क्या है?
Tabs Closer http://tabscloser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cleans up your windows/tabs with 1 click of a mouse button"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabs Closer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cleans up your windows/tabs with 1 click of a mouse button The app is smart enough to close only those that are really needed to close. For Example: * Duplicate blank tabs * Excess tabs to the right-most * Excess tabs to the left-most * Empty Windows (without tabs) Note: * It will not close those tabs that are pinned. Short background: This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
विवरण | Cleans up your windows/tabs with 1 click of a mouse button |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 0.2.9 |
अंतिम अपडेट | 2014-02-19 |
प्रकाशन तिथि | 2014-02-19 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | http://tabscloser.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tabscloser.com |
सहायता पृष्ठ URL | http://tabscloser.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Closer", "version": "0.2.9", "description": "Cleans up your windows\/tabs with 1 click of a mouse button", "icons": { "48": "img\/clean_48.png", "128": "img\/clean_128.png" }, "background": { "persistent": false, "scripts": [ "js\/lib\/jquery-1.7.1.min.js", "js\/background.min.js" ] }, "browser_action": { "default_icon": "img\/clean.png", "default_title": "Tabs Closer" }, "homepage_url": "http:\/\/tabscloser.com", "permissions": [ "tabs", "storage" ], "options_page": "options.html", "manifest_version": 2 } |