ברוכים הבאים לתוספות של Firefox for Android.
הוספת תכונות וסגנונות נוספים כדי להתאים את Firefox for Android לטעמך.
סגירהסקירה עבור Extra Folder Columns מאת T_R_K
דירוג 5 מתוך 5 כוכבים
Great plugin thanks.
I wanted zeros removing too (especially from the top level account folders) so I've altered the code.
To simply get rid of zeros, just alter line 9 of chrome/content/main.js and change:
return aNumber == -1 ? "" : aNumber;
to
return aNumber <= 0 ? "" : aNumber;
על מנת ליצור אוספים משלך, יש צורך בחשבון Mozilla Add-ons.