Webbläsartillägg för Firefox
  • Tillägg
  • Teman
    • för Firefox
    • Ordlistor & språkpaket
    • Andra webbläsarplatser
    • Tillägg för Android
Logga in
Ikon för tillägg

about:about Button versionshistorik - 22 versioner

about:about Button av ExE Boss

Betygsatt 3,9 av 5
3,9 stjärnor av 5
5
6
4
2
3
1
2
0
1
2
about:about Button versionshistorik - 22 versioner
  • Var försiktig med äldre versioner! Dessa versioner visas för test och referensändamål.Du bör alltid använda den senaste versionen av ett tillägg.

  • Senaste version

    Version 0.1.21resigned1

    Släppt 25 apr 2024 - 1,1 MB
    Fungerar med firefox 52.0 och senare

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta Firefox och få tillägget
    Hämta fil
  • Äldre versioner

    Version 0.1.20

    Släppt 22 jun 2018 - 1,09 MB
    Fungerar med firefox 52.0 och senare
    Changes – 0.1.20
    • Switched to using hyperHTML for faster loading.
    • Added Firefox 62 about: pages

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.19

    Släppt 19 mar 2018 - 1,05 MB
    Fungerar med firefox 52.0 och senare, android 52.0 till 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.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.18

    Släppt 30 nov 2017 - 1,05 MB
    Fungerar med firefox 52.0 och senare
    Changes – 0.1.18
    • Added about:* page information for Firefox 57.0, 58.0 and 59.0.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.17

    Släppt 5 sep 2017 - 1,04 MB
    Fungerar med firefox 52.0 och senare
    Changes – 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.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.16

    Släppt 30 aug 2017 - 1,03 MB
    Fungerar med firefox 52.0 och senare
    Changes – 0.1.16
    • Remove usage of the obsolete <menu type="context">
        Caused by:
      • whatwg/html#2730
      • Bug 1372276

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.15

    Släppt 12 aug 2017 - 1,03 MB
    Fungerar med firefox 52.0 och senare
    Changes
    • 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

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.14

    Släppt 29 jul 2017 - 1,03 MB
    Fungerar med firefox 52.0 och senare
    Changes
    • Implemented a context menu for about: pages with alternate options.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.13

    Släppt 27 jul 2017 - 1,03 MB
    Fungerar med firefox 52.0 och senare
    Changes
    • 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.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.12

    Släppt 14 jun 2017 - 1,03 MB
    Fungerar med firefox 52.0 och senare, android 52.0 till 68.*
    Changes
    • A message is now displayed when no known about: pages are found.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.11

    Släppt 10 jun 2017 - 1,03 MB
    Fungerar med firefox 52.0 och senare
    Changes
    • 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.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.10

    Släppt 9 jun 2017 - 1 017,78 kB
    Fungerar med firefox 52.0 och senare
    Changes
    • Replaced the dated IE5 XMLHttpRequest with the modern Fetch API
    • Changed the popup script to use async and await

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.9

    Släppt 4 jun 2017 - 1 016,72 kB
    Fungerar med firefox 52.0 och senare
    Changes
    • Converted internal page data into JSON
    • Added about:blocked, about:certerror, about:neterror and about:tabcrashed unlisted pages

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.8

    Släppt 2 jun 2017 - 996,39 kB
    Fungerar med firefox 52.0 och senare, android 52.0 till 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)

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.7

    Släppt 27 maj 2017 - 453,22 kB
    Fungerar med firefox 52.0 och senare
    Changes
    • 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.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.6

    Släppt 3 maj 2017 - 451,49 kB
    Fungerar med firefox 52.0 och senare
    Changes
    • Changed license to GNU General Public License 3.
      NOTICE: This change is applied retroactively to all versions.

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.5

    Släppt 28 apr 2017 - 451,11 kB
    Fungerar med firefox 52.0 och senare, android 52.0 till 68.*
    Changes
    • Toolbar button popup now opens even faster than before

    Källkod släppt under Endast GNU General Public License v3.0

    Hämta fil
  • Version 0.1.4

    Släppt 18 apr 2017 - 451,11 kB
    Fungerar med firefox 52.0 och senare
    Changes
    • Changed the license to Apache License 2.0

    Källkod släppt under Apache License 2.0

    Hämta fil
  • Version 0.1.3

    Släppt 15 apr 2017 - 448,5 kB
    Fungerar med firefox 52.0 och senare, android 52.0 till 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 duplicated

    Källkod släppt under Apache License 2.0

    Hämta fil
  • Version 0.1.2

    Släppt 14 apr 2017 - 448,35 kB
    Fungerar med firefox 52.0 och senare
    [Improvements]
    - Reloading the about: pages buttons now happens instantaneously
    - The about: pages buttons information is now built through code instead of being declared statically

    Källkod släppt under Apache License 2.0

    Hämta fil
  • Version 0.1.1

    Släppt 13 apr 2017 - 447,7 kB
    Fungerar med firefox 52.0 och senare
    [New features]
    - Options page (now allows hiding of greyed-out (privileged) about: page buttons)
    - Pressing about:addons now opens the extension’s options page

    Källkod släppt under Apache License 2.0

    Hämta fil
  • Version 0.1.0b1

    Släppt 11 apr 2017 - 447,01 kB
    Fungerar med firefox 52.0 och senare

    Källkod släppt under Apache License 2.0

    Hämta fil
Gå till Mozillas hemsida

Tillägg

  • Om
  • Firefox tilläggsblogg
  • Verkstad för tillägg
  • Utvecklarcenter
  • Utvecklarpolicyer
  • Community-blogg
  • Forum
  • Rapportera en bugg
  • Recensionsriktlinjer

Webbläsare

  • Desktop
  • Mobile
  • Enterprise

Produkter

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Sekretess
  • Kakor
  • Juridisk information

Om inget annat anges, är innehållet på denna webbplats licensierat under licensen Creative Commons Attribution Share-Alike License v3.0 eller senare version.