ফায়ারফক্স অ্যাড-অন

To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!

বন্ধ

ফায়ারফক্স অ্যাড-অন এ স্বাগতম।

হাজারো অতিরিক্ত বৈশিষ্ট্য ও স্টাইল থেকে আপনার পছন্দেরটি বেছে নিয়ে ফায়ারফক্সকে নিজের মত করে সাজান।

বন্ধ

On the go?

আমাদের মোবাইল অ্যাড-অন সাইটটি দেখুন।

বন্ধ

T_R_K

আমার সম্বন্ধে

Developer Information
নাম T_R_K
কবে থেকে ব্যবহারকারী জুন 29, 2009
Number of add-ons developed 0 এড-ওনস
Average rating of developer's add-ons এখনও রেট করা হয় নি

আমার পর্যালোচনা

Extra Folder Columns

Rated 5 out of 5 stars

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)

This review is for a previous version of the add-on (0.2). 

Extra Folder Columns

Rated 5 out of 5 stars

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 &lt= 0 ? "" : aNumber;

This review is for a previous version of the add-on (0.2). 

Extra Folder Columns

Rated 5 out of 5 stars

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

This review is for a previous version of the add-on (0.2).