duke4e
自己紹介
| タイトル | duke4e |
|---|---|
| ユーザー登録日 | 8月 5, 2007 |
| 開発したアドオンの数 | 0個のアドオン |
| この開発者のアドオンの平均評価 | まだ評価されていません |
自分のレビュー
RSE Tools
5 つ星中 5つの評価を受けています
Here's a 100% working DIY fix for FF 3.6:
In rsetoolsOverlay.js replace method browse with:
var browse = function(url) {
gBrowser.selectedTab = gBrowser.addTab(url);
}
if you don't want new tab to take focus, then use this
gBrowser.addTab(url);
自分のコレクションを作成するには Mozilla アドオンサイトのアカウントが必要です。
あるいは 既存のアカウントへログイン