To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
বন্ধফায়ারফক্স অ্যাড-অন এ স্বাগতম।
হাজারো অতিরিক্ত বৈশিষ্ট্য ও স্টাইল থেকে আপনার পছন্দেরটি বেছে নিয়ে ফায়ারফক্সকে নিজের মত করে সাজান।
বন্ধT_R_K
আমার সম্বন্ধে
নাম | 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)
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 <= 0 ? "" : aNumber;
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
নিজের সংগ্রহ তৈরির জন্য, আপনার অবশ্যই একটি অ্যাড-অন অ্যাকাউন্ট থাকতে হবে।