Histórico de versões do about:about Button - 22 versões
about:about Button por ExE Boss
Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.
Versão mais recente
Versão 0.1.21resigned1
Lançado em 25 de abr de 2024 - 1,1 MBFunciona em firefox 52.0 em dianteCódigo fonte publicado sob Somente GNU General Public License v3.0
Baixe o Firefox e instale a extensãoVocê precisa do Firefox para usar esta extensãoVersões mais antigas
Versão 0.1.20
Lançado em 22 de jun de 2018 - 1,09 MBFunciona em firefox 52.0 em dianteChanges – 0.1.20- Switched to using hyperHTML for faster loading.
- Added Firefox 62
about:
pages
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.19
Lançado em 19 de mar de 2018 - 1,05 MBFunciona em firefox 52.0 em diante, android 52.0 até 68.*Changes – 0.1.19- Refactored a lot of code.
- Fixed a FOUC issue with the popup.
- Jackymancs4 fixed the Open Extension Options button being cut-off on MacOS.
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.18
Lançado em 30 de nov de 2017 - 1,05 MBFunciona em firefox 52.0 em dianteChanges – 0.1.18- Added about:* page information for Firefox 57.0, 58.0 and 59.0.
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.17
Lançado em 5 de set de 2017 - 1,04 MBFunciona em firefox 52.0 em dianteChanges – 0.1.17- Migrated all JavaScript files to strict mode.
- Fixed the internal redirect page sometimes redirecting to
undefined
. - Added support for
about:url-classifier
. - Bug fixes and improvements.
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.16
Lançado em 30 de ago de 2017 - 1,03 MBFunciona em firefox 52.0 em dianteChanges – 0.1.16- Remove usage of the obsolete
<menu type="context">
- Caused by:
- whatwg/html#2730
- Bug 1372276
Código fonte publicado sob Somente GNU General Public License v3.0
- Remove usage of the obsolete
Versão 0.1.15
Lançado em 12 de ago de 2017 - 1,03 MBFunciona em firefox 52.0 em dianteChanges- The Options now look more like native Firefox options
- Fixed the scrollbar overlapping the text in the popup (again)
- Improved internationalization loading
- Converted all files to XHTML
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.14
Lançado em 29 de jul de 2017 - 1,03 MBFunciona em firefox 52.0 em dianteChanges- Implemented a context menu for
about:
pages with alternate options.
Código fonte publicado sob Somente GNU General Public License v3.0
- Implemented a context menu for
Versão 0.1.13
Lançado em 27 de jul de 2017 - 1,03 MBFunciona em firefox 52.0 em dianteChanges- Fixed a bug that made disabled
about:
page buttons clickable. - Fixed the appearance of the options page as specified by WebExtensions Browser styles on MDN.
- Fixed the scrollbar affecting the “Open Extension Options” button when the popup was more than 600px tall.
- Internationalized the
about:
page descriptions.
Código fonte publicado sob Somente GNU General Public License v3.0
- Fixed a bug that made disabled
Versão 0.1.12
Lançado em 14 de jun de 2017 - 1,03 MBFunciona em firefox 52.0 em diante, android 52.0 até 68.*Changes- A message is now displayed when no known
about:
pages are found.
Código fonte publicado sob Somente GNU General Public License v3.0
- A message is now displayed when no known
Versão 0.1.11
Lançado em 10 de jun de 2017 - 1,03 MBFunciona em firefox 52.0 em dianteChanges- The UI has been redesigned using the official Firefox Style Guide.
- This has made it easier to group pages into categories.
- Most
about:
pages now have descriptions that are visible when the user hovers over them.
Descriptions are taken from the MDN documentation on the "about" protocol. - The extension options have been fixed in Firefox 55 Nightly.
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.10
Lançado em 9 de jun de 2017 - 1.017,78 KBFunciona em firefox 52.0 em dianteChanges- Replaced the dated IE5 XMLHttpRequest with the modern Fetch API
- Changed the popup script to use
async
andawait
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.9
Lançado em 4 de jun de 2017 - 1.016,72 KBFunciona em firefox 52.0 em dianteChanges- Converted internal page data into JSON
- Added
about:blocked
,about:certerror
,about:neterror
andabout:tabcrashed
unlisted pages
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.8
Lançado em 2 de jun de 2017 - 996,39 KBFunciona em firefox 52.0 em diante, android 52.0 até 68.*Changes- Un-hardcoded some values
- Added code which will make it possible to release a version for other browsers (currently only has code for Mozilla Firefox and Google Chrome)
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.7
Lançado em 27 de mai de 2017 - 453,22 KBFunciona em firefox 52.0 em dianteChanges- Renamed the extension to: ‘
about:about
Button’.
This was done because of the AMO Policies and Actions regarding Mozilla trademarks and I wasn’t entirely sure if my extension’s name was infringing or not (it got accepted, so probably not, but I prefer to be on the safe side). - Split Firefox specific code from the background page script into a second background page script so that support for other browsers might be added in the future.
Código fonte publicado sob Somente GNU General Public License v3.0
- Renamed the extension to: ‘
Versão 0.1.6
Lançado em 3 de mai de 2017 - 451,49 KBFunciona em firefox 52.0 em dianteChanges- Changed license to GNU General Public License 3.
NOTICE: This change is applied retroactively to all versions.
Código fonte publicado sob Somente GNU General Public License v3.0
- Changed license to GNU General Public License 3.
Versão 0.1.5
Lançado em 28 de abr de 2017 - 451,11 KBFunciona em firefox 52.0 em diante, android 52.0 até 68.*Changes- Toolbar button popup now opens even faster than before
Código fonte publicado sob Somente GNU General Public License v3.0
Versão 0.1.4
Lançado em 18 de abr de 2017 - 451,11 KBFunciona em firefox 52.0 em dianteChanges- Changed the license to Apache License 2.0
Código fonte publicado sob Apache License 2.0
Versão 0.1.3
Lançado em 15 de abr de 2017 - 448,5 KBFunciona em firefox 52.0 em diante, android 52.0 até 68.*[New features]
- Implemented shim for 'about:credits' (goes to 'https://www.mozilla.org/credits/')
[Bug fixes]
- Fixed the first line in the description being duplicatedCódigo fonte publicado sob Apache License 2.0
Versão 0.1.2
Lançado em 14 de abr de 2017 - 448,35 KBFunciona em firefox 52.0 em diante[Improvements]
- Reloading the about: pages buttons now happens instantaneously
- The about: pages buttons information is now built through code instead of being declared staticallyCódigo fonte publicado sob Apache License 2.0
Versão 0.1.1
Lançado em 13 de abr de 2017 - 447,7 KBFunciona em firefox 52.0 em diante[New features]
- Options page (now allows hiding of greyed-out (privileged) about: page buttons)
- Pressing about:addons now opens the extension’s options pageCódigo fonte publicado sob Apache License 2.0
Versão 0.1.0b1
Lançado em 11 de abr de 2017 - 447,01 KBFunciona em firefox 52.0 em dianteCódigo fonte publicado sob Apache License 2.0