All Projects → mos3abof → power-close

mos3abof / power-close

Licence: GPL-2.0 license
A browser addon for the tab addict that closes tabs based on domain name or keyword

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to power-close

tab-search
WebExtension for keyboard-accessible tab management
Stars: ✭ 102 (+410%)
Mutual labels:  addon, tabs
Vertical Tabs Reloaded
Firefox add-on for arranging tabs vertically
Stars: ✭ 115 (+475%)
Mutual labels:  addon, tabs
snoozz-tab-snoozing
A Web Extension to declutter windows by snoozing tabs for later
Stars: ✭ 105 (+425%)
Mutual labels:  addon, tabs
PagerSlidingTabStrip
An interactive indicator to navigate between the different pages of a ViewPager
Stars: ✭ 2,194 (+10870%)
Mutual labels:  tabs
addon-log-viewer
Log Viewer - Home Assistant Community Add-ons
Stars: ✭ 37 (+85%)
Mutual labels:  addon
hugo-dynamic-tabs
A Hugo theme component that allows you to add dynamic tabs in your markdown files.
Stars: ✭ 36 (+80%)
Mutual labels:  tabs
firefox-extension-arch-search
A set of Web Extensions that adds ArchLinux (bug tracker, forum, packages, wiki, AUR) as a search engine to the Firefox browser.
Stars: ✭ 21 (+5%)
Mutual labels:  addon
catalog
Catalog of community maintained components and traits.
Stars: ✭ 104 (+420%)
Mutual labels:  addon
HistoryCleaner
Firefox addon that deletes history older than a specified amount of days.
Stars: ✭ 51 (+155%)
Mutual labels:  addon
BetterAlign
A better version of Align for Vanilla WoW
Stars: ✭ 16 (-20%)
Mutual labels:  addon
djangocms-snippet
django CMS Snippet provides a plugin for django CMS to inject HTML, CSS or JavaScript snippets into your website.
Stars: ✭ 42 (+110%)
Mutual labels:  addon
MustardTools
A set of tools for animators/riggers
Stars: ✭ 30 (+50%)
Mutual labels:  addon
premake-compilationunit
Premake module adding support for compilation speed up through the use of the "single compilation unit" pattern, slightly modified.
Stars: ✭ 16 (-20%)
Mutual labels:  addon
addon-portainer
Portainer - Home Assistant Community Add-ons
Stars: ✭ 83 (+315%)
Mutual labels:  addon
addon-sqlite-web
SQLite Web - Home Assistant Community Add-ons
Stars: ✭ 29 (+45%)
Mutual labels:  addon
storybook-addon-mock
This addon allows you to mock fetch or XMLHttpRequest in the storybook.
Stars: ✭ 67 (+235%)
Mutual labels:  addon
AEScript-Explode-Shape-Layer
Extract shapes from a shape layer to individual layers
Stars: ✭ 37 (+85%)
Mutual labels:  addon
3D2D-Textscreens
3D2D Textscreens Garry's Mod Workshop Addon
Stars: ✭ 26 (+30%)
Mutual labels:  addon
dwains-dashboard-addons
Dwains Dashboard Community Addons
Stars: ✭ 112 (+460%)
Mutual labels:  addon
ExoticGarden
A Slimefun 4 Addon that adds new plants and various new food items
Stars: ✭ 50 (+150%)
Mutual labels:  addon

Power Close

A browser 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 -containing the string 'facebook.com'- are now closed!

Building Locally

  1. Install dependencies npm install
  2. Build plugin
    • non-minified node grunt dev
    • minified node grunt [dist] # by default runs the 'dist' task

Note: Due to an issue in grunt-jpm where it requires grunt 0.4.0 as a peer dependency, step 1 might fail. As a work around please modify the package.json file for grunt-jpm peerDependencies to "grunt": ">=0.4.0". And please bump this pull request to fix it: rpl/grunt-jpm#9

Usage

After installation, this icon will appear as a button in your browser :

Press on it, and an input field will appear. Write the keyword or domain name in it and press enter, and voila!

Icon

The icon used for the logo and the toolbar button is a mash of two icons from Google's Material Design Icons that are published as an open source project under the CC-By License.

In older versions of the addon, the logo used to be one of the icons designed by Freepik from Flat Icon, that was also licensed under CC-BY License, although a different version of it.

License

Power Close, close browser tabs based on keywords or domain names
Copyright (C) 2014  Mosab Ibrahim

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].