frvaddons

關於我

開發者資訊
名稱 frvaddons
地點 France
加入日期 Jan. 7, 2010
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

更詳細的資訊...

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...

我所發表的評論

Closy

評分: 4 / 5 顆星

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.

此意見為舊版本 (1.7.0) 的附加元件。 

SourceEditor

評分: 4 / 5 顆星

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!

此意見為舊版本 (0.2c) 的附加元件。 

Multi Links

評分: 5 / 5 顆星

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.

此意見為舊版本 (1.0.0.12) 的附加元件。 

Link Status

評分: 4 / 5 顆星

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.)