Power Close
A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
Power Close क्या है?
Power Close https://power-close.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Power Close एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension, for the tab addict, to close all tabs with URLs containing a keyword or a domain name. For example, if you have many facebook tabs open and not in order, you can just use this extension, write "facebook.com", hit enter and voila, all facebook tabs are now closed!
एक्सटेंशन की मूल जानकारी
नाम | Power Close |
ID | jjpmcpmmajigbkjchbkoclipomlmpaaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/power-close/jjpmcpmmajigbkjchbkoclipomlmpaaj |
विवरण | A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name. |
फ़ाइल का आकार | 11.45 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.5.2 |
अंतिम अपडेट | 2016-06-27 |
प्रकाशन तिथि | 2016-06-26 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://power-close.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.power-close.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Power Close", "version": "0.5.2", "description": "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Power Close", "default_popup": "popup\/popup.html" }, "author": "Mosab", "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/github.com\/mos3abof\/firefox-power-close", "permissions": [ "tabs", "contextMenus" ] } |