Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crssi/close-unused-blank-tabs-plus
https://github.com/crssi/close-unused-blank-tabs-plus
addon close-blank-tabs firefox webextension
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crssi/close-unused-blank-tabs-plus
- Owner: crssi
- License: gpl-3.0
- Created: 2019-07-31T18:52:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T09:11:03.000Z (over 4 years ago)
- Last Synced: 2024-10-28T11:12:18.071Z (2 months ago)
- Topics: addon, close-blank-tabs, firefox, webextension
- Language: JavaScript
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Version history
---------------
### 1.1.4 (2020-08-23)
* Optimization### 1.1.3 (2020-08-19)
* Remove "javascript:" leftovers
* Remove "mailto:" leftovers
* Other fixes### 1.1.0 (2020-08-10)
* Fix false removing browser internal pages... for example Customize page### 1.0.7 (2020-08-07)
* Closing blank page leftover on Gmail### 1.0.3 (2019-08-23)
* Fixed problems with undo closed tabs (that is the reason for needing session permission)
* replaced icon with svg
* Code improvements### 0.0.8 (2019-08-14)
* Fixed "View Page Source" action broken### 0.0.7 (2019-08-12)
* Fixed "reopen closed tabs does not work"
* Logic/code optimization### 0.0.6 (2019-08-10)
* Complete code rewrite
* Added support for custom new tab page webextensions
* Added support for Cliqz
* Added support for the missing languages
* Changed tab listener from onActivated to onCreated### 0.0.1 (2019-07-31)
* Initial Release