Buscador de complementos para Firefox
  • Extensiones
  • Temas
    • para Firefox
    • Diccionarios y paquetes de idiomas
    • Otros sitios de navegadores
    • Complementos para Android
Iniciar sesión
Icono del complemento

Historial de versiones de PTW Extender - 12 versiones

PTW Extender por Amndeep7

Todavía no hay valoraciones
0 estrellas de 5
5
0
4
0
3
0
2
0
1
0
Historial de versiones de PTW Extender - 12 versiones
  • ¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.

  • Última versión

    Versión 2.2.3resigned1

    Lanzada el 25 de abr. de 2024 - 2,17 MB
    Compatible con firefox 42.0 y superiores

    Se publicó el código fuente bajo la licencia MIT License

    Necesitarás Firefox para usar esta extensión
    Descarga Firefox y obtiene la extensión
    Descargar archivo
  • Versiones antiguas

    Versión 2.2.2

    Lanzada el 15 de oct. de 2018 - 2,16 MB
    Compatible con firefox 42.0 y superiores
    ### [2.2.2] - 2018-10-14
    #### Fixed
    - User customized settings no longer completely overwrite defaults (which may include options that the user defined settings haven't seen yet)

    ### [2.2.1] - 2018-10-14
    #### Fixed
    - Options are now properly set before an attempt is made to access them

    ### [2.2.0] - 2018-10-14
    #### Added
    - Support for AniList
    - Doesn't work for Firefox until the fix for the [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1494328) I reported is included in a release, which as of right now is ESR60.3 and release 63 (the latter of which comes out 2018-10-23)
    - Support for Kitsu
    #### Changed
    - The manner in which PTW Extender generates the comments/notes box is now done more securely
    - The context menu option and all sorts of documentation now reflect that PTW Extender works with multiple sites and not just MAL
    - Options page
    - Shows up on install/update
    - Includes this changelog and an explanation of permissions
    - Now features lots more options
    #### Fixed
    - MAL notifications now include the title when it's added to your list successfully

    ### [2.1.1] - 2018-09-12
    #### Added
    - Current date/time gets printed alongside the url
    #### Fixed
    - Made it so opening the advanced view would be via a simulated button click instead of messing with CSS

    ### [2.1.0] - 2018-09-12
    #### Added
    - Options/settings page (and correspondingly options)
    - Display notifications
    - Prettified comments box (implemented only for MAL thus far)
    - MAL as a list site option
    - Autosubmit
    - Take some action post autosubmit
    - Changelog
    #### Fixed
    - Don't change status to ptw if it's not listed as watching or if any number of episodes/volumes/chapters are listed as watched

    ### [2.0.2] - 2018-08-17
    #### Changed
    - Instead of using the runtime.onInstalled listener to generate the context menu, just remove them all every time the background script is run and re-add them.

    ### [2.0.1] - 2018-08-06
    #### Fixed
    - Attempted to fix bug where the context menu wasn't showing up

    ### [2.0.0] - 2018-08-06
    #### Added
    - Notifications
    #### Changed
    - Most nearly everything: separated code into different files and functions, rewrote a lot of code to use promises, etc.

    ### [1.2.1] - 2018-07-22
    #### Fixed
    - Build file should only create `lib` directory if it doesn't already exist

    ### [1.2.0] - 2018-07-22
    #### Added
    - Support for Chrome
    - Started using the [WebExtension `browser` API Polyfill](https://github.com/mozilla/webextension-polyfill)
    - Build file to convert from the icon from SVG to variously sized PNGs and move libraries over from the node_modules directory
    - Support for manga
    #### Changed
    - Use IDs in selectors as opposed to tags and other stuff
    - Autoreveal the advanced section for MAL extended information screens

    ### [1.1.0] - 2018-07-04
    #### Fixed
    - MAL went down and then also changed their urls around, so now PTW Extender is using MAL's new url system

    ### [1.0.0] - 2017-11-19
    #### Added
    - Basic functionality, i.e. bring up the MAL page for the show and add the url to the comment section for it while making adding the show to your ptw list

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 2.2.1

    Lanzada el 14 de oct. de 2018 - 2,16 MB
    Compatible con firefox 42.0 y superiores
    ### [2.2.1] - 2018-10-14
    #### Fixed
    - Options are now properly set before an attempt is made to access them

    ### [2.2.0] - 2018-10-14
    #### Added
    - Support for AniList
    - Doesn't work for Firefox until the fix for the [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1494328) I reported is included in a release, which as of right now is ESR60.3 and release 63 (the latter of which comes out 2018-10-23)
    - Support for Kitsu
    #### Changed
    - The manner in which PTW Extender generates the comments/notes box is now done more securely
    - The context menu option and all sorts of documentation now reflect that PTW Extender works with multiple sites and not just MAL
    - Options page
    - Shows up on install/update
    - Includes this changelog and an explanation of permissions
    - Now features lots more options
    #### Fixed
    - MAL notifications now include the title when it's added to your list successfully

    ### [2.1.1] - 2018-09-12
    #### Added
    - Current date/time gets printed alongside the url
    #### Fixed
    - Made it so opening the advanced view would be via a simulated button click instead of messing with CSS

    ### [2.1.0] - 2018-09-12
    #### Added
    - Options/settings page (and correspondingly options)
    - Display notifications
    - Prettified comments box (implemented only for MAL thus far)
    - MAL as a list site option
    - Autosubmit
    - Take some action post autosubmit
    - Changelog
    #### Fixed
    - Don't change status to ptw if it's not listed as watching or if any number of episodes/volumes/chapters are listed as watched

    ### [2.0.2] - 2018-08-17
    #### Changed
    - Instead of using the runtime.onInstalled listener to generate the context menu, just remove them all every time the background script is run and re-add them.

    ### [2.0.1] - 2018-08-06
    #### Fixed
    - Attempted to fix bug where the context menu wasn't showing up

    ### [2.0.0] - 2018-08-06
    #### Added
    - Notifications
    #### Changed
    - Most nearly everything: separated code into different files and functions, rewrote a lot of code to use promises, etc.

    ### [1.2.1] - 2018-07-22
    #### Fixed
    - Build file should only create `lib` directory if it doesn't already exist

    ### [1.2.0] - 2018-07-22
    #### Added
    - Support for Chrome
    - Started using the [WebExtension `browser` API Polyfill](https://github.com/mozilla/webextension-polyfill)
    - Build file to convert from the icon from SVG to variously sized PNGs and move libraries over from the node_modules directory
    - Support for manga
    #### Changed
    - Use IDs in selectors as opposed to tags and other stuff
    - Autoreveal the advanced section for MAL extended information screens

    ### [1.1.0] - 2018-07-04
    #### Fixed
    - MAL went down and then also changed their urls around, so now PTW Extender is using MAL's new url system

    ### [1.0.0] - 2017-11-19
    #### Added
    - Basic functionality, i.e. bring up the MAL page for the show and add the url to the comment section for it while making adding the show to your ptw list

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 2.2.0

    Lanzada el 14 de oct. de 2018 - 2,16 MB
    Compatible con firefox 42.0 y superiores
    ### [2.2.0] - 2018-10-14
    #### Added
    - Support for AniList
    - Doesn't work for Firefox until the fix for the [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1494328) I reported is included in a release, which as of right now is ESR60.3 and release 63 (the latter of which comes out 2018-10-23)
    - Support for Kitsu
    #### Changed
    - The manner in which PTW Extender generates the comments/notes box is now done more securely
    - The context menu option and all sorts of documentation now reflect that PTW Extender works with multiple sites and not just MAL
    - Options page
    - Shows up on install/update
    - Includes this changelog and an explanation of permissions
    - Now features lots more options
    #### Fixed
    - MAL notifications now include the title when it's added to your list successfully

    ### [2.1.1] - 2018-09-12
    #### Added
    - Current date/time gets printed alongside the url
    #### Fixed
    - Made it so opening the advanced view would be via a simulated button click instead of messing with CSS

    ### [2.1.0] - 2018-09-12
    #### Added
    - Options/settings page (and correspondingly options)
    - Display notifications
    - Prettified comments box (implemented only for MAL thus far)
    - MAL as a list site option
    - Autosubmit
    - Take some action post autosubmit
    - Changelog
    #### Fixed
    - Don't change status to ptw if it's not listed as watching or if any number of episodes/volumes/chapters are listed as watched

    ### [2.0.2] - 2018-08-17
    #### Changed
    - Instead of using the runtime.onInstalled listener to generate the context menu, just remove them all every time the background script is run and re-add them.

    ### [2.0.1] - 2018-08-06
    #### Fixed
    - Attempted to fix bug where the context menu wasn't showing up

    ### [2.0.0] - 2018-08-06
    #### Added
    - Notifications
    #### Changed
    - Most nearly everything: separated code into different files and functions, rewrote a lot of code to use promises, etc.

    ### [1.2.1] - 2018-07-22
    #### Fixed
    - Build file should only create `lib` directory if it doesn't already exist

    ### [1.2.0] - 2018-07-22
    #### Added
    - Support for Chrome
    - Started using the [WebExtension `browser` API Polyfill](https://github.com/mozilla/webextension-polyfill)
    - Build file to convert from the icon from SVG to variously sized PNGs and move libraries over from the node_modules directory
    - Support for manga
    #### Changed
    - Use IDs in selectors as opposed to tags and other stuff
    - Autoreveal the advanced section for MAL extended information screens

    ### [1.1.0] - 2018-07-04
    #### Fixed
    - MAL went down and then also changed their urls around, so now PTW Extender is using MAL's new url system

    ### [1.0.0] - 2017-11-19
    #### Added
    - Basic functionality, i.e. bring up the MAL page for the show and add the url to the comment section for it while making adding the show to your ptw list

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 2.1.1

    Lanzada el 13 de sep. de 2018 - 2,09 MB
    Compatible con firefox 42.0 y superiores, android 48.0 a la 68.*
    ## [2.1.1] - 2018-09-12
    ### Added
    - Current date/time gets printed alongside the url
    ### Fixed
    - Made it so opening the advanced view would be via a simulated button click instead of messing with CSS

    ## [2.1.0] - 2018-09-12
    ### Added
    - Options/settings page (and correspondingly options)
    - Display notifications
    - Prettified comments box (implemented only for MAL thus far)
    - MAL as a list site option
    - Autosubmit
    - Take some action post autosubmit
    - Changelog
    ### Fixed
    - Don't change status to ptw if it's not listed as watching or if any number of episodes/volumes/chapters are listed as watched

    ## [2.0.2] - 2018-08-17
    ### Changed
    - Instead of using the runtime.onInstalled listener to generate the context menu, just remove them all every time the background script is run and re-add them.

    ## [2.0.1] - 2018-08-06
    ### Fixed
    - Attempted to fix bug where the context menu wasn't showing up

    ## [2.0.0] - 2018-08-06
    ### Added
    - Notifications
    ### Changed
    - Most nearly everything: separated code into different files and functions, rewrote a lot of code to use promises, etc.

    ## [1.2.1] - 2018-07-22
    ### Fixed
    - Build file should only create `lib` directory if it doesn't already exist

    ## [1.2.0] - 2018-07-22
    ### Added
    - Support for Chrome
    - Started using the [WebExtension `browser` API Polyfill](https://github.com/mozilla/webextension-polyfill)
    - Build file to convert from the icon from SVG to variously sized PNGs and move libraries over from the node_modules directory
    - Support for manga
    ### Changed
    - Use IDs in selectors as opposed to tags and other stuff
    - Autoreveal the advanced section for MAL extended information screens

    ## [1.1.0] - 2018-07-04
    ### Fixed
    - MAL went down and then also changed their urls around, so now we're using MAL's new url system

    ## [1.0.0] - 2017-11-19
    ### Added
    - Basic functionality, i.e. bring up the MAL page for the show and add the url to the comment section for it while making adding the show to your ptw list

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 2.0.3

    Lanzada el 18 de ago. de 2018 - 2,06 MB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    - Fixed an issue where the context menu (i.e. the add to MAL button) sometimes wouldn't show up

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 2.0.2

    Lanzada el 18 de ago. de 2018 - 29,24 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 2.0.1

    Lanzada el 6 de ago. de 2018 - 44,91 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    - Internal rewrite that will hopefully be easier to work with and add functionality to
    - Added success/failure notifications
    - Bugfixes and improvements

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 2.0.0

    Lanzada el 6 de ago. de 2018 - 44,91 KB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    Version 2.0.0!
    - Internal rewrite that will hopefully be easier to work with and add functionality to
    - Added success/failure notifications

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.2.0

    Lanzada el 22 de jul. de 2018 - 2,33 MB
    Compatible con firefox 48.0 y superiores
    - Now works in Chrome and Opera
    - New icon
    - No longer should be violating MAL's trademark

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.1

    Lanzada el 4 de jul. de 2018 - 2,31 MB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*
    MAL's changing their backend, part of which includes a breaking change of which url they're using for showing the add/edit pages for adding stuff to your list - this update reflects that change.

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
  • Versión 1.0

    Lanzada el 19 de nov. de 2017 - 2,04 MB
    Compatible con firefox 48.0 y superiores, android 48.0 a la 68.*

    Se publicó el código fuente bajo la licencia MIT License

    Descargar archivo
Ir a la página de inicio de Mozilla

Complementos

  • Acerca de
  • Blog de complementos de Firefox
  • Taller de extensiones
  • Central del desarrollador
  • Normativas para desarrolladores
  • Blog de la comunidad
  • Foro
  • Informar de un error
  • Guía de revisión

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Productos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacidad
  • Cookies
  • Legal

A menos que se indique lo contrario, el contenido de este sitio está licenciado bajo la licencia Creative Commons Reconocimiento Compartir-Igual v3.0 o una versión posterior.