about:about Button verziótörténet – 22 verzió
about:about Button szerző: ExE Boss
Legyen óvatos a régi verziókkal! Ezek a verziók csak tesztelési és hivatkozási célokra jelennek meg.Mindig használja a kiegészítő legfrissebb verzióját.
Legfrissebb verzió
Verzió: 0.1.21resigned1
Kiadva: 2024. ápr. 25. – 1,1 MBEzekkel működik: firefox 52.0 vagy újabbA forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
A Firefox letöltése és a kiegészítő beszerzéseA kiegészítő használatához a Firefoxra lesz szükségeKorábbi verziók
Verzió: 0.1.20
Kiadva: 2018. jún. 22. – 1,09 MBEzekkel működik: firefox 52.0 vagy újabbChanges – 0.1.20- Switched to using hyperHTML for faster loading.
- Added Firefox 62
about:
pages
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.19
Kiadva: 2018. márc. 19. – 1,05 MBEzekkel működik: firefox 52.0 vagy újabb, android 52.0 – 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.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.18
Kiadva: 2017. nov. 30. – 1,05 MBEzekkel működik: firefox 52.0 vagy újabbChanges – 0.1.18- Added about:* page information for Firefox 57.0, 58.0 and 59.0.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.17
Kiadva: 2017. szept. 5. – 1,04 MBEzekkel működik: firefox 52.0 vagy újabbChanges – 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.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.16
Kiadva: 2017. aug. 30. – 1,03 MBEzekkel működik: firefox 52.0 vagy újabbChanges – 0.1.16- Remove usage of the obsolete
<menu type="context">
- Caused by:
- whatwg/html#2730
- Bug 1372276
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
- Remove usage of the obsolete
Verzió: 0.1.15
Kiadva: 2017. aug. 12. – 1,03 MBEzekkel működik: firefox 52.0 vagy újabbChanges- 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
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.14
Kiadva: 2017. júl. 29. – 1,03 MBEzekkel működik: firefox 52.0 vagy újabbChanges- Implemented a context menu for
about:
pages with alternate options.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
- Implemented a context menu for
Verzió: 0.1.13
Kiadva: 2017. júl. 27. – 1,03 MBEzekkel működik: firefox 52.0 vagy újabbChanges- 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.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
- Fixed a bug that made disabled
Verzió: 0.1.12
Kiadva: 2017. jún. 14. – 1,03 MBEzekkel működik: firefox 52.0 vagy újabb, android 52.0 – 68.*Changes- A message is now displayed when no known
about:
pages are found.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
- A message is now displayed when no known
Verzió: 0.1.11
Kiadva: 2017. jún. 10. – 1,03 MBEzekkel működik: firefox 52.0 vagy újabbChanges- 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.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.10
Kiadva: 2017. jún. 9. – 1017,78 kBEzekkel működik: firefox 52.0 vagy újabbChanges- Replaced the dated IE5 XMLHttpRequest with the modern Fetch API
- Changed the popup script to use
async
andawait
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.9
Kiadva: 2017. jún. 4. – 1016,72 kBEzekkel működik: firefox 52.0 vagy újabbChanges- Converted internal page data into JSON
- Added
about:blocked
,about:certerror
,about:neterror
andabout:tabcrashed
unlisted pages
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.8
Kiadva: 2017. jún. 2. – 996,39 kBEzekkel működik: firefox 52.0 vagy újabb, android 52.0 – 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)
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.7
Kiadva: 2017. máj. 27. – 453,22 kBEzekkel működik: firefox 52.0 vagy újabbChanges- 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.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
- Renamed the extension to: ‘
Verzió: 0.1.6
Kiadva: 2017. máj. 3. – 451,49 kBEzekkel működik: firefox 52.0 vagy újabbChanges- Changed license to GNU General Public License 3.
NOTICE: This change is applied retroactively to all versions.
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
- Changed license to GNU General Public License 3.
Verzió: 0.1.5
Kiadva: 2017. ápr. 28. – 451,11 kBEzekkel működik: firefox 52.0 vagy újabb, android 52.0 – 68.*Changes- Toolbar button popup now opens even faster than before
A forráskód Kizárólag GNU GPL licenc v3.0 licenc alatt közzétéve
Verzió: 0.1.4
Kiadva: 2017. ápr. 18. – 451,11 kBEzekkel működik: firefox 52.0 vagy újabbChanges- Changed the license to Apache License 2.0
A forráskód Apache License 2.0 licenc alatt közzétéve
Verzió: 0.1.3
Kiadva: 2017. ápr. 15. – 448,5 kBEzekkel működik: firefox 52.0 vagy újabb, android 52.0 – 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 duplicatedA forráskód Apache License 2.0 licenc alatt közzétéve
Verzió: 0.1.2
Kiadva: 2017. ápr. 14. – 448,35 kBEzekkel működik: firefox 52.0 vagy újabb[Improvements]
- Reloading the about: pages buttons now happens instantaneously
- The about: pages buttons information is now built through code instead of being declared staticallyA forráskód Apache License 2.0 licenc alatt közzétéve
Verzió: 0.1.1
Kiadva: 2017. ápr. 13. – 447,7 kBEzekkel működik: firefox 52.0 vagy újabb[New features]
- Options page (now allows hiding of greyed-out (privileged) about: page buttons)
- Pressing about:addons now opens the extension’s options pageA forráskód Apache License 2.0 licenc alatt közzétéve
Verzió: 0.1.0b1
Kiadva: 2017. ápr. 11. – 447,01 kBEzekkel működik: firefox 52.0 vagy újabbA forráskód Apache License 2.0 licenc alatt közzétéve