T_R_K

自己紹介

開発者情報
タイトル T_R_K
ユーザー登録日 6月 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)

これは以前のバージョン (0.2) についてのレビューです。 

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

これは以前のバージョン (0.2) についてのレビューです。 

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.2) についてのレビューです。