Welcome to Firefox pentru Android Add-ons.
Add extra features and styles to make Firefox pentru Android your own.
ÎnchideT_R_K
Despre mine
Nume | T_R_K |
---|---|
Utilizator din | Iunie 29, 2009 |
Numărul de suplimente dezvoltate | 0 suplimente |
Media evaluărilor suplimentelor dezvoltatorului | Neevaluat încă |
Recenziile mele
Extra Folder Columns
Evaluată cu 5 din 5 stele
Great plugin, it makes keeping track of how big my mail boxes are getting a lot easier to manage, 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 {less than}= 0 ? "" : aNumber;
(substitute {less than} for the less than symbol)
Extra Folder Columns
Evaluată cu 5 din 5 stele
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;
Extra Folder Columns
Evaluată cu 5 din 5 stele
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
To create your own collections, you must have a Mozilla Add-ons account.