frvaddons

Informazioni utente

Informazioni sullo sviluppatore
Nome frvaddons
Località France
Utente da Gen. 7, 2010
Numero di componenti aggiuntivi sviluppati 0 componenti aggiuntivi
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Nessun voto

Qualche dettaglio in più…

I hope having the add-ons and mozilla.org in french, but i like they are available in all languages.

PS: "Who let him do automatic backups to replace the previous backups knowing that the data are to be removed? If this is not a backup equipment in addition of a manual backups of data ; not me." The automatism...

Le mie recensioni

Closy

Assegnate 4 su 5 stelle

For Closy v1.7.0Firefox1.0–3.7a3pre :

I) Change please:
Close Duplicate Tabs
to
Close Duplicate Link For All Tabs
and add
Close Duplicate Link For This Tab

Ibis) Change please:
Closes all other tabs that has the same host as this one
to
Close Duplicate Host For This Tab
and add
Close Duplicate Host For All Tabs

II) Rearrange the menu then... ;-) I use the length of the text (in French) to sort the menus based on the functions involved. Thank you to take notes.

IIbis) Please add a function to rearrange your sub-menu with the option to move the official menu in your menu, and offering the possibility of renaming them (ourselves but with your suggestions by default) to align the menu visually and for with a menu item based on the same basic text. With the possibility to disable a item.

(Sorry for my english, i'm french, but the proposed changes in english are ok!) (I can not give you money with PayPal, confused.)

Thank you very much and thank you very much for accepting my 'user' feedback ;-)

Note: Your blog site (gemal.dk) is a source of irritation because the security code for posting comments does not work or is a fake. Thank you.

Questa recensione riguarda una versione precedente (1.7.0) del componente aggiuntivo. 

SourceEditor

Assegnate 4 su 5 stelle

Version 0.2c — 25 juin 2008 — 15 Ko (bump) FIREFOX 3.7a1pre

WIN XP: C:\Documents and Settings\USER_NAME\Application Data\Mozilla\Firefox\Profiles\1234abcd.default\extensions\{ee6976bb-656b-45cf-b2b6-5c837ee59a96}\chrome\content\

File style.css, FixStatusIcon:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#sourceeditorstatusimage[actif="y"] {
list-style-image: url("chrome://sourceeditor/content/sourceeditor.png"); /* old style css firefox 3.0.* and before (firefox 1.0) = -moz-opacity:1; */
/* new style css firefox 3.7a1pre and before (firefox 1.7) = opacity:1; */
opacity:1;
}
#sourceeditorstatusimage[actif="n"] {
list-style-image: url("chrome://sourceeditor/content/sourceeditor.png");
/* old style css firefox 3.0.* and before (firefox 1.0) = -moz-opacity:0.3; */
/* new style css firefox 3.7a1pre and before (firefox 1.7) = opacity:1; */
opacity:0.3;
}

How to identify the browser version correctly even if i change the User Agent ? To adapt the css code ... Thanks!

Questa recensione riguarda una versione precedente (0.2c) del componente aggiuntivo. 

Multi Links

Assegnate 5 su 5 stelle

La version 1.0.0.12 est bien configurée par défaut et est excellemment fonctionnelle pour ouvrir plusieurs liens groupés sur une même page web (voir l'Add-on Link Gopher) ! J'ai seulement déplacé l'icône avec l'Add-on Organise Status Bar. Mozilla Firefox doit contenir et en mieux toutes ces fonctions.

Questa recensione riguarda una versione precedente (1.0.0.12) del componente aggiuntivo. 

Link Status

Assegnate 4 su 5 stelle

I confirm bug (i use add-on statusable and bug visible with add-on theme Classic Compact) : 'When you hover over a link with a very large URL, all my other Status Bar icons are shifted off screen to the right.' (bug on img 2009/07/25 http://img17.imageshack.us/img17/3929/bugoverflowskin.png )

Please, modify the file 'browserOverlay.css' !

XP: C:\Documents and Settings\UserName\Application Data\Mozilla\Firefox\Profiles\abcd1234.default\extensions\{252c06c0-17cb-42e3-b034-57cbbf8b4bdb}\chrome\linkstatus.jar\content\

=

.statusbarpanel-text-linkstatus {
-moz-binding: url("chrome://linkstatus/content/bindings.xml#statusbarpanel-text-linkstatus");
/* anti bug overflow */
overflow: hidden;
}

(by me (i'm not expert!): 1.2.0+.20090823-18h5600fr-FR = anti bug overflow + translation Fr + img (for futur about.xul) = http://www.cijoint.fr/cjlink.php?file=cj201001/cijtKJg10Z.zip or direct = http://www.cijoint.fr/cj201001/cijtKJg10Z.zip )

This is a great Add-on, thank you !
(I'm french, sorry for my english.)