על מנת לנסות את אלפי התוספות הזמינות כאן, הורידו את Mozilla Firefox, דרך מהירה וחופשית לגלוש ברשת!
סגירהברוכים הבאים לתוספות של Firefox.
ניתן לבחור מבין אלפי תכונות וסגנונות נוספים כדי להתאים את Firefox לטעמך.
סגירהtbali
על עצמי
שם | tbali |
---|---|
משתמש מאז | נוב' 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 Add-ons.