Benvenuto in Thunderbird Add-ons.
Aggiungi nuove funzionalità e stili per rendere Thunderbird veramente tuo.
ChiudiDiego Casorran
Informazioni utente
Nome | Diego Casorran |
---|---|
Pagina principale | http://goo.gl/eyC52 |
Utente da | Dic. 12, 2010 |
Numero di componenti aggiuntivi sviluppati | 30 componenti aggiuntivi |
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. | Assegnate 4 su 5 stelle |
Qualche dettaglio in più…
I love creating extensions, if you like them don't hesitate to follow me and my work at Github: @diegocr :-)
I componenti aggiuntivi che ho realizzato
Capture & Print
Compatibile con Firefox 57+
This add-on lets you print a webpage's area easily.
Bluhell Firewall
Get a faster browsing experience by blocking nasty web resources using Bluhell Firewall, the lightweight Ad-Blocker and Tracking/Privacy Protector.
Preferences Monitor
Track your Firefox's (about:config) preferences for unwanted changes.
iMEGA
This add-on is intended to ease the life of the regular MEGA user.
Please note this extension is NOT the official from Mega, for the real one please go to: https://mega.nz/#firefox
YouTube Anywhere Player
Watch videos anywhere in cinema mode without leaving the website you're on.
Le mie recensioni
MEGAbird
Assegnate 5 su 5 stelle
Australis Slimmr
Assegnate 5 su 5 stelle
Very nice add-on for those of us with smaller screens (Eg, 720p...) Keep up the good work and never forget to keep the lightweight fashion, Thanks!
MaskMe: Online Privacy Protection
Huh, isn't trustworthy really... Assegnate 2 su 5 stelle
This might be a nice add-on, but we can't trust on add-on's authors who need to post several fake reviews so that the add-on gets a false sense of usefulness and/or popularity. The least to say is that it proves the ethical behavior of them, and thus VOIDs the stated Privacy Policy.
Fake reviews are by these people:
GregS: https://addons.mozilla.org/en-US/firefox/user/GregS/
jeremy86: https://addons.mozilla.org/en-US/firefox/user/jeremy86/
alness908: https://addons.mozilla.org/en-US/firefox/user/alisonnessa123/
nathanmans: https://addons.mozilla.org/en-US/firefox/user/nathanmans/
diggydonks: https://addons.mozilla.org/en-US/firefox/user/diggydonks/
Rory: https://addons.mozilla.org/en-US/firefox/user/bunnyfluffs/
randydemand: https://addons.mozilla.org/en-US/firefox/user/randydemand/
Sea33: https://addons.mozilla.org/en-US/firefox/user/babyl/
jory: https://addons.mozilla.org/en-US/firefox/user/jaspion85/
...and possibly others too.
Moreover, by using the FB Phishing Protector add-on there are being detected remote script injections while using this add-on. Huh? I have no idea why such add-on needs to inject remote scripts over FB pages of logged-in users...
View Dependencies
Assegnate 4 su 5 stelle
I have been using this extension for ages, it works nearly great... only issue i had is that it doesn't seems to recognize certain dynamically loaded content such as some scripts... however, as others pointed, the recent issue with latest versions of Fx where the size is always unknown is a pity.
Saved Password Editor
Assegnate 5 su 5 stelle
Being able to modify stored password entries is a feature i missed for a while, specially for those sites Fx remembers the pwd at registration time but it doesn't for the username field cause of a weak form... thankfully i've found this extension. Thanks and keep up the good work!
Questa recensione riguarda una versione precedente (2.7.1-signed) del componente aggiuntivo.registrare la tastiera
Quite Unsafe Assegnate 1 su 5 stelle
This add-on is quite unsafe, it opens a popup window with a random URL which obtained from a server at 97.74.126.46, god knows what you'll find one day opened.......
Questa recensione riguarda una versione precedente (1.3.1-signed) del componente aggiuntivo.Web Developer
Assegnate 5 su 5 stelle
I have been using this great add-on since the old SeaMonkey 1.x days... nice to see it gets updated, keep up the good work, and thanks!!
Questa recensione riguarda una versione precedente (1.1.9.1-signed) del componente aggiuntivo.Addon Developer Helper
Assegnate 4 su 5 stelle
Hi,
Thanks for this simple but useful add-on :-)
Here is my "Clean and Restart" alternative:
cleanAndRestartApp: function() {
const XRE = Components.classes["@mozilla.org/xre/app-info;1"].getService(Components.interfaces.nsIXULRuntime);
if(typeof XRE.invalidateCachesOnRestart == 'function') {
XRE.invalidateCachesOnRestart();
} else {
const files = ['compreg.dat','xpti.dat','extensions.cache','extensions.ini','extensions.rdf'];
for each(var name in files) {
var file = Components.classes["@mozilla.org/file/directory_service;1"]
.getService(Components.interfaces.nsIProperties)
.get("ProfD", Components.interfaces.nsIFile);
file.append(name);
if(file.exists()) {
file.remove(false);
}
}
}
// Restart
this.restartApp();
},
MozRepl
Assegnate 4 su 5 stelle
This is a quite interesting and great add-on. It is able to inspect internals lots better than firebug's console..
I have been using version 1.0 since a week ago only (didn't know of his existence before), and i have to tell i love it.. However... i was about to report this version as broken until i saw your website, where it is told it's for FireFox 4.x (oh, wait, or do you only mean support for it was added, then you broke it)
Here under win32 3.6.13 does not work, clicking "Start" under Options window or Tools menu does nothing.
If it would work, i would rate it 5, i rated it 4 with version 1.0 in mind ;)
Per creare una tua raccolta devi avere un account per Mozilla Add-ons.