Lisäosan about:about Button versiohistoria - 22 versiota
about:about Button tekijä ExE Boss
Ole varovainen vanhojen versioiden kanssa! Ne näytetään vain testauksen ja viittausten vuoksi.On suositeltavaa käyttää aina lisäosan uusinta versiota.
Uusin versio
Versio 0.1.21resigned1
Julkaistu 25. huhti 2024 - 1,1 MtYhteensopivuus: firefox 52.0 ja uudemmatLähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Lataa Firefox ja hanki laajennusTarvitset Firefoxin käyttääksesi tätä laajennustaVanhemmat versiot
Versio 0.1.20
Julkaistu 22. kesä 2018 - 1,09 MtYhteensopivuus: firefox 52.0 ja uudemmatChanges – 0.1.20- Switched to using hyperHTML for faster loading.
- Added Firefox 62
about:
pages
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.19
Julkaistu 19. maalis 2018 - 1,05 MtYhteensopivuus: firefox 52.0 ja uudemmat, android versiosta 52.0 versioon 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.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.18
Julkaistu 30. marras 2017 - 1,05 MtYhteensopivuus: firefox 52.0 ja uudemmatChanges – 0.1.18- Added about:* page information for Firefox 57.0, 58.0 and 59.0.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.17
Julkaistu 5. syys 2017 - 1,04 MtYhteensopivuus: firefox 52.0 ja uudemmatChanges – 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.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.16
Julkaistu 30. elo 2017 - 1,03 MtYhteensopivuus: firefox 52.0 ja uudemmatChanges – 0.1.16- Remove usage of the obsolete
<menu type="context">
- Caused by:
- whatwg/html#2730
- Bug 1372276
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
- Remove usage of the obsolete
Versio 0.1.15
Julkaistu 12. elo 2017 - 1,03 MtYhteensopivuus: firefox 52.0 ja uudemmatChanges- 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
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.14
Julkaistu 29. heinä 2017 - 1,03 MtYhteensopivuus: firefox 52.0 ja uudemmatChanges- Implemented a context menu for
about:
pages with alternate options.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
- Implemented a context menu for
Versio 0.1.13
Julkaistu 27. heinä 2017 - 1,03 MtYhteensopivuus: firefox 52.0 ja uudemmatChanges- 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.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
- Fixed a bug that made disabled
Versio 0.1.12
Julkaistu 14. kesä 2017 - 1,03 MtYhteensopivuus: firefox 52.0 ja uudemmat, android versiosta 52.0 versioon 68.*Changes- A message is now displayed when no known
about:
pages are found.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
- A message is now displayed when no known
Versio 0.1.11
Julkaistu 10. kesä 2017 - 1,03 MtYhteensopivuus: firefox 52.0 ja uudemmatChanges- 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.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.10
Julkaistu 9. kesä 2017 - 1 017,78 ktYhteensopivuus: firefox 52.0 ja uudemmatChanges- Replaced the dated IE5 XMLHttpRequest with the modern Fetch API
- Changed the popup script to use
async
andawait
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.9
Julkaistu 4. kesä 2017 - 1 016,72 ktYhteensopivuus: firefox 52.0 ja uudemmatChanges- Converted internal page data into JSON
- Added
about:blocked
,about:certerror
,about:neterror
andabout:tabcrashed
unlisted pages
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.8
Julkaistu 2. kesä 2017 - 996,39 ktYhteensopivuus: firefox 52.0 ja uudemmat, android versiosta 52.0 versioon 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)
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.7
Julkaistu 27. touko 2017 - 453,22 ktYhteensopivuus: firefox 52.0 ja uudemmatChanges- 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.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
- Renamed the extension to: ‘
Versio 0.1.6
Julkaistu 3. touko 2017 - 451,49 ktYhteensopivuus: firefox 52.0 ja uudemmatChanges- Changed license to GNU General Public License 3.
NOTICE: This change is applied retroactively to all versions.
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
- Changed license to GNU General Public License 3.
Versio 0.1.5
Julkaistu 28. huhti 2017 - 451,11 ktYhteensopivuus: firefox 52.0 ja uudemmat, android versiosta 52.0 versioon 68.*Changes- Toolbar button popup now opens even faster than before
Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only
Versio 0.1.4
Julkaistu 18. huhti 2017 - 451,11 ktYhteensopivuus: firefox 52.0 ja uudemmatChanges- Changed the license to Apache License 2.0
Lähdekoodi julkaistu lisenssillä Apache License 2.0
Versio 0.1.3
Julkaistu 15. huhti 2017 - 448,5 ktYhteensopivuus: firefox 52.0 ja uudemmat, android versiosta 52.0 versioon 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 duplicatedLähdekoodi julkaistu lisenssillä Apache License 2.0
Versio 0.1.2
Julkaistu 14. huhti 2017 - 448,35 ktYhteensopivuus: firefox 52.0 ja uudemmat[Improvements]
- Reloading the about: pages buttons now happens instantaneously
- The about: pages buttons information is now built through code instead of being declared staticallyLähdekoodi julkaistu lisenssillä Apache License 2.0
Versio 0.1.1
Julkaistu 13. huhti 2017 - 447,7 ktYhteensopivuus: firefox 52.0 ja uudemmat[New features]
- Options page (now allows hiding of greyed-out (privileged) about: page buttons)
- Pressing about:addons now opens the extension’s options pageLähdekoodi julkaistu lisenssillä Apache License 2.0
Versio 0.1.0b1
Julkaistu 11. huhti 2017 - 447,01 ktYhteensopivuus: firefox 52.0 ja uudemmatLähdekoodi julkaistu lisenssillä Apache License 2.0