Ласкаво просимо до додатків Firefox для Android.
Додайте функції та стиль, щоб зробити Firefox для Android своїм.
ЗакритиT_R_K
Про мене
Ім'я | T_R_K |
---|---|
Користувач з | Червень 29, 2009 |
Кількість розроблених додатків | 0 додатків |
Середня оцінка додатків розробника | Ще не оцінено |
Мої відгуки
Extra Folder Columns
Оцінка 5 з 5 зірок
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
Оцінка 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;
Extra Folder Columns
Оцінка 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
Для створення власних збірок, необхідно мати обліковий запис сайту додатків Mozilla.