För att prova de tusentals tillägg tillgängliga här, ladda ner Mozilla Firefox, ett snabbt och gratis sätt att surfa på webben!
StängVälkommen till Firefox tillägg.
Välj bland tusentals extrafunktioner och stilar för att göra Firefox till ditt.
Stäng
Always Default Client 1.0.1-signed.1-signed
av ClearCode Inc.
Makes the application to the default client on every startup.
Om detta tillägg
You can control the behavior by following preferences:
// true => set default for all users on the computer (*require administrator permission)
user_pref("extensions.alwaysdefaultclient@clear-code.com.allUsers", false);
// true => use Firefox for http, https, .xhtml, etc.
// false => use Firefox for http only
user_pref("extensions.alwaysdefaultclient@clear-code.com.browser.allTypes", false);
// 1 = Mail
// 2 = News
// 4 = Feed
// (1 + 2 + 4 = 7 = All)
user_pref("extensions.alwaysdefaultclient@clear-code.com.mail.types", 1);