Welcome to Firefox pentru Android Add-ons.
Add extra features and styles to make Firefox pentru Android your own.
ÎnchideReview for Extra Folder Columns by fjoerfoks
Evaluată cu 4 din 5 stele
Please update this to 3.0b3 or higher.
To get rid of the "0kb" next to the accountname add:
if (size == 0) {
size = "";
units = "";
}
right before the string:
return String(size) + units;
This will also effect folders with no size like Trash, but now it looks almost like it should be.
To create your own collections, you must have a Mozilla Add-ons account.