Para probar los miles de complementos que están disponibles aquí, descarga Mozilla Firefox, ¡una forma rápida y gratuita de navegar en la Web!
CerrarBienvenido a Complementos Firefox.
Elige de entre miles de funciones y estilos extra para hacer de Firefox tu navegador.
Cerrar¿Eres una persona dinámica?
Revisa nuestro sitio sobre complementos para dispositivos móviles.
Cerrarjmyette
Acerca de mí
Nombre | jmyette |
---|---|
Usuario desde | Oct. 5, 2015 |
Número de complementos desarrollados | 0 complementos |
Calificación media de sus complementos | Sin puntuar aún |
Mis revisiones
Quicktext
Puntuado con 5 de 5 estrellas
Version 0.9.11.6 fixes manual import of templates and scripts, but automatic import from a remote file is still broken. This is because the fix in 0.9.11.6 makes it possible to read files without a BOM header, but the files are still exported without a BOM header and the "Import on startup" feature still can't read them. The solution I found is to add a BOM header at write time when exporting the files. Since I found no other place where to post my fix, here it is:
- rename quicktextpro_0.9.11.6.xpi to quicktextpro_0.9.11.6.zip
- unzip quicktextpro_0.9.11.6.zip
- open components/wzQuicktext.js in a text editor
- add the line "aData = "\uFEFF" + aData;" before the line "var chunk = converter.ConvertFromUnicode(aData);"
- save the file
- zip the files back to quicktextpro_0.9.11.6.zip
- rename quicktextpro_0.9.11.6.zip to quicktextpro_0.9.11.6.xpi
- reinstall the extension in Thunderbird
Note that templates and scripts files exported with a previous version still won't be readable because they don't have a BOM header. You will have to either re-export the files or manually add a BOM header with an hex editor.
Para crear tu propia colección, debes tener una cuenta de Mozilla Add-ons.