Power Close
A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
Co to jest Power Close?
Power Close to rozszerzenie Chrome opracowane przez https://power-close.com, a jego główną funkcją jest „A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Power Close
Pobierz pliki rozszerzeń Power Close w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Power Close |
ID | jjpmcpmmajigbkjchbkoclipomlmpaaj |
Oficjalny URL | https://chromewebstore.google.com/detail/power-close/jjpmcpmmajigbkjchbkoclipomlmpaaj |
Opis | A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name. |
Rozmiar pliku | 11.45 KB |
Liczba instalacji | 92 |
Aktualna Wersja | 0.5.2 |
Ostatnia Aktualizacja | 2016-06-27 |
Data Publikacji | 2016-06-26 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://power-close.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.power-close.com |
Obsługiwane Języki | 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" ] } |