To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
বন্ধফায়ারফক্স অ্যাড-অন এ স্বাগতম।
হাজারো অতিরিক্ত বৈশিষ্ট্য ও স্টাইল থেকে আপনার পছন্দেরটি বেছে নিয়ে ফায়ারফক্সকে নিজের মত করে সাজান।
বন্ধtbali
আমার সম্বন্ধে
নাম | tbali |
---|---|
কবে থেকে ব্যবহারকারী | নভে. 26, 2013 |
Number of add-ons developed | 0 এড-ওনস |
Average rating of developer's add-ons | এখনও রেট করা হয় নি |
আমার পর্যালোচনা
KDE Wallet password integration
Rated 5 out of 5 stars
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!
নিজের সংগ্রহ তৈরির জন্য, আপনার অবশ্যই একটি অ্যাড-অন অ্যাকাউন্ট থাকতে হবে।