frvaddons

내 정보

개발자 정보
이름 frvaddons
사는 곳 France
가입한 날짜 1월 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

5점중 4점 받음

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

5점중 4점 받음

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

5점중 4점 받음

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