ਇੱਥੇ ਮੌਜੂਦ ਹਜ਼ਾਰਾਂ ਐਡ-ਆਨ ਵਰਤਣ ਲਈ , ਡਾਊਨਲੋਡਮੋਜ਼ੀਲਾ ਫਾਇਰਫਾਕਸ,ਇੱਕ ਤੇਜ , ਆਜ਼ਾਦ ਜਰੀਆ ਵੈਬ ਵਰਤੋਂ ਲਈ!

ਬੰਦ ਕਰੋ

ਫਾਇਰਫੌਕਸ ਐਡ-ਆਨ ਵਿੱਚ ਸਵਾਗਤ |

ਫਾਇਰਫਾਕਸ ਨੂੰ ਆਪਣਾ ਬਣਾਉਣ ਲਈ ਹਜ਼ਾਰਾਂ ਵਾਧੂ ਪੇਸ਼ਕਸਾਂ ਅਤੇ ਅੰਦਾਜ਼ਾਂ ਵਿੱਚੋ ਚੁਣੋ।

ਬੰਦ ਕਰੋ

ਕਿਰਿਆਸ਼ੀਲ?

ਵੇਖੋ ਸਾਡੀਮੋਬਾਈਲ ਐਡ-ਆਨ ਸਾਈਟ

ਬੰਦ ਕਰੋ

cyberbeat

ਥੋੜੇ ਜਿਆਦਾ ਵੇਰਵੇ ਵਿੱਚ...

ਡਿਵੈਲਪਰ ਜਾਣਕਾਰੀ
ਨਾਂ cyberbeat
ਤੋਂ ਉਪਭੋਗੀ ਮਾਰ 9, 2012
ਉਸਾਰੇ ਗਏ ਐਡ-ਆਨਾਂ ਦੀ ਗਿਣਤੀ 0 ਐਡ-ਆਨ
ਡਿਵੈਲਪਰ ਦੇ ਐਡ-ਆਨਾਂ ਦੀ ਔਸਤ ਰੇਟਿੰਗ ਅਜੇ ਤੱਕ ਦਰਜਾਬੰਦੀ ਨਹੀਂ ਕੀਤੀ

ਮੇਰੀਆਂ ਸਮੀਖਿਆਵਾਂ

KDE5 Wallet password integration

5 ਤਾਰਿਆਂ ਵਿੱਚ 5 ਮਿਲੇ

For me thunderbird always crashed, when using your kwallet5 addon. I found out why:

In this function:

int32_t KDE5Wallet_Init() {
qDebug() << "Start";

// KWindowSystem requires a functioning QGuiApplication or it will segfault
if (!app) {
int fakeargc = 0;
char *fakeargv[] = { NULL };
app = new QGuiApplication(fakeargc, fakeargv);
}

if (!app) {
qCritical() << "Could not create KApplication";
return false;
}

return true;
}

the local variables fakeargc and fakeargv (both are handled as references in QGuiApplication) are undefined after the function returns, so there is a segfault.

The fix: define both variables globally above:

uint32_t disabledHostsBufferCount = 0;
char** disabledHostsBuffer = 0;
int fakeargc = 0;
char *fakeargv[] = { NULL };
..

---
the contact form on your website does not work in chromium, because the captcha cannot be loaded because of some
--
EDIT: thanks, fixed!

ਇਹ ਸਮੀਖਿਆ ਐਡ-ਆਨ (1.0) ਦੇ ਪਿਛਲੇ ਵਰਜਨ ਲਈ ਹੈ। 

Complete YouTube Saver

5 ਤਾਰਿਆਂ ਵਿੱਚ 3 ਮਿਲੇ

Configuration says ffmpeg detected (linux), I use the newest version (5.6.67), and firefox v45. What may be the problem?

ਇਹ ਸਮੀਖਿਆ ਐਡ-ਆਨ (5.6.57) ਦੇ ਪਿਛਲੇ ਵਰਜਨ ਲਈ ਹੈ। 

KDE Wallet password integration

5 ਤਾਰਿਆਂ ਵਿੱਚ 4 ਮਿਲੇ

Could you please have a look, why it does not work in thunderbird 31 with version 2.4 anymore?

This is a great addon! I would really miss it!

Oxygenate

5 ਤਾਰਿਆਂ ਵਿੱਚ 4 ਮਿਲੇ

When I click into the column-headers of the list view, all checkboxes are displayed although not all are set. I had also some problems with white text on white input boxes in some dialogs. Have no such problems without oxygenate-2.

ਇਹ ਸਮੀਖਿਆ ਐਡ-ਆਨ (2) ਦੇ ਪਿਛਲੇ ਵਰਜਨ ਲਈ ਹੈ।