ここで公開されている数千ものアドオンを試すには、無料の高速ウェブブラウザー Mozilla Firefox をダウンロードしましょう!
閉じるtbali
自己紹介
タイトル | tbali |
---|---|
ユーザー登録日 | 11月 26, 2013 |
開発したアドオンの数 | 0個のアドオン |
この開発者のアドオンの平均評価 | まだ評価されていません |
自分のレビュー
KDE Wallet password integration
5 つ星中 5つの評価を受けています
I found the problem with firefox 24+. The api changed.
In the file ~/.mozilla/firefox/XXXXXXX.default/extensions/kwallet@guillermo.molina/components/KDEWalletStorage.js add the following lines:
get isLoggedIn() {
return true;
}
So it will look like this:
------------------
countLogins: function countLogins(hostname, submitURL, realm) {
this.log( "countLogins() Start" );
var count = this._lib.countLogins(hostname, submitURL, realm);
this.log( "countLogins() counted = " + count );
return count;
},
get isLoggedIn() {
return true;
}
};
const NSGetFactory = XPCOMUtils.generateNSGetFactory([KDEWalletStorage]);
------------------
Dear Guillermo Molina, please support is in the future too! Thanks for your work!
自分のコレクションを作成するには Mozilla アドオンサイトのアカウントが必要です。
あるいは 既存のアカウントへログイン