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.
CerrarValoraciones de Tag Toolbar / Tag Popup
96 valoraciones para este complemento
Puntuado con 5 de 5 estrellas
0.9.00 not working with TB60,
Can't work without Tag toolbar, hence removed TB60 and gone back to TB52.
Please release updated version.
Thanks.
Puntuado con 1 de 5 estrellas
This addon doesn't work correctly in Firefox 52.6.0.
The only feature I needed was sorting the tags, but the buttons don't change anything.
Puntuado con 1 de 5 estrellas
I really like the idea of categories for tags and it looks like it also allows you to modify easily the priority of the tags which I desperatly need.
But for me, nothing is working. I cannot put tags in any category and I cannot change their priorities.
Puntuado con 2 de 5 estrellas
Thunderbird 52.3.0 + Tag Toolbar 0.9:
Import old prefs is great feature
add new tag into category working but transfer between categories NOT WORKING
https://i.imgur.com/FlyZtrp.png
Puntuado con 5 de 5 estrellas
après avoir cherché, j'ai réussi à faire marcher Tag Toolbar sous TB45. Au-delà du remplacement de folderColumn par folderNameColumn, la mise en commentaire de:
var sortFunc = function(a, b) {
var aindex = fromList.getIndexOfItem(a);
var bindex = fromList.getIndexOfItem(b);
return aindex - bindex;
!};
var sortFunc = fromList.getIndexOfItem(a) - fromList.getIndexOfItem(b);
tags = tags.sort(sortFunc);
dans les fonctions swapTagsBetweenCats et moveTagsInCat (fichier settings.js) permet de rétablir les fonctionnalités de transfert de tag dans une catégorie et montée/descente.
Puntuado con 5 de 5 estrellas
I loved the simplicity until I started experimenting with adding a category. Most people would not put tags within categories and so this would not be an issue. Also, if you do manage to set up tags within categories, using them is easy.
I would rate as 4.5 if I could, but I gave it 5 stars because the features are good and the utility is excellent.
Instructions for those who want to set up tags within separate category folders:
1. Click the drop-down on the toolbar and click Edit. This brings up a Preferences window.
2. Make sure you are on the "Edit Categories" tab.
3. Click the "New" button.
4. Replace "New Category" with the name you want for your category/folder.
5. Do not try to move any tags you see on the right side of the window to the left. It does not work (or at least did not for me). We need to add tags a different way.
6. Click the "OK" button.
7. Right-click on the toolbar and pick Show-> Category.
8. Click your new category, then click "New tag..."
9. Name your tag. Optional: Click the button to the right of the tag name to assign a color.
10. Click OK.
11. Right-click on the toolbar and pick Show-> Text.
You have now succeeded in adding a new tag to a new category. Use the drop-down button on the left side of the toolbar to switch between showing all tags and just the tag(s) of your category(/ies).
By the way, note that "Recent Tags" shows the most recently used tags regardless of category.
Puntuado con 5 de 5 estrellas
Many thanks for this wonderful plugin!
Esta valoración es de una versión anterior del complemento (0.9.00).Puntuado con 5 de 5 estrellas
J'appréciais beaucoup ce module pour les étiquettes, barre discrète sous Thunderbird où j'ai étalé une dizaine de couleurs pour classer les courriels, toujours sous la vue en direct, pas besoin de clic droit ou de commandes ésotériques.
Content de voir ce module revenir en forme : 5 * pour mon usage -
Puntuado con 5 de 5 estrellas
I am so pleased the Tag Toolbar has been updated for sue with TB 52 and upward. It was a great loss not having it, even for the 2 weeks it was out of action.
So many thanks to whoever updated it.
Regards
Puntuado con 1 de 5 estrellas
Shame, as I like this extension a lot!
Esta valoración es de una versión anterior del complemento (0.8.35).Puntuado con 1 de 5 estrellas
It doesn't work with the latest Thunderbird. The owner also doesn't reply to emails.
Esta valoración es de una versión anterior del complemento (0.8.35).Puntuado con 1 de 5 estrellas
Will not work with any of the Thunderbird 52.0b_ updates. Will only have Access key checked in show drop-down menu and cannot make any changes in the menu. I have delayed updating Tb until a fix is found.
Esta valoración es de una versión anterior del complemento (0.8.35).Puntuado con 5 de 5 estrellas
XML ayrıştırma hatası: tanımlanmamış varlık
Konum: chrome://tagbar/content/settings.xul
Satır: 147, Sütun: 6: <listheader id="TTBTagListHeader" label="&folderColumn.label;" flex="1" onclick="gTTBSetting.sortInAlphabeticalOrder(this)"
--------------------------^
tag group no edit :( ??
Puntuado con 3 de 5 estrellas
Tested "A quick fix for XML parsing error" of Mathieu on November 13, 2015 and it worked nicely.
Thanx to Mathieu because it seems that Ogi no longer supports his Add-on.
Pity is that still the configuration dialog does not work properly. It's not possible to add tags to groups or move tags in a group up and down.
Puntuado con 5 de 5 estrellas
Mimika's suggestion does the trick. But when I use Thunderbird as part of PortableApps the Import tab in the Preferences window does not work. Eg. the button next to the pref.js radio button has the label "Select" but it is dead and you cannot browse your directories nor you can write anything into the text field either.
Any suggestions?
Thanks,
Igor
Puntuado con 5 de 5 estrellas
Thank you, Mimika and Alessandro! Thanks to you I can use one of my favourite extensions again.
Esta valoración es de una versión anterior del complemento (0.8.35).Puntuado con 5 de 5 estrellas
Mimika, your suggestion helped me to solve ! to be clear actually my xpi was in different location due to my configuration and - unfortunately - with different name (like other xpi but not all) (in this case the name was "{61A64500-335C-418D-8FCB-E072A9ABF3DA}.xpi")
Esta valoración es de una versión anterior del complemento (0.8.35). Este usuario tiene una valoración anterior de este complemento.Puntuado con 4 de 5 estrellas
%appdata%\Thunderbird\Profiles\[profile name]\extensions
内にあるtab toolbarのxpiを展開(zipアーカイバ等で開けます)
chrome/tagbar.jarを展開
content/tagbar/settings.xulをテキストエディタで開き、
folderColumn.labelをfolderNameColumn.labelに全て置換(2か所あります)
保存すれば正常通り動くと思います
Puntuado con 4 de 5 estrellas
Trying to use Mathieu fix, but can't find the content/tagbar/settings.xul
Thanks
Puntuado con 1 de 5 estrellas
Hello,
where is settings.xul file ?
I have also error message
XML Parsing Error: undefined entity
Location: chrome://tagbar/content/settings.xul
Line Number 147, Column 6: <listheader id="TTBTagListHeader" label="&folderColumn.label;" flex="1" onclick="gTTBSetting.sortInAlphabeticalOrder(this)"
--------------------------^
Para crear tu propia colección, debes tener una cuenta de Mozilla Add-ons.