برای امتحان کردن صدها افزودنی موجود در اینجا، موزیلا فایرفاکس، یک راه سریع، رایگان برای مرور وب را بارگیری کنید!

Close

Welcome to فایرفاکس Add-ons.

Choose from thousands of extra features and styles to make Firefox your own.

Close

On the go?

Check out our Mobile Add-ons site.

Close

inwedes

درباره من

اطلاعات توسعه‌دهنده
Name inwedes
عضو وب‌گاه از تاریخ ژوئن 28, 2008
Number of add-ons developed 0 add-ons
Average rating of developer's add-ons هنوز رتبه‌دهی نشده است

My Reviews

SourceEditor

Rated 4 out of 5 stars

Very nice idea.
Changing the border style can result in jumping/moving/flickering of the boxes. I changes it to use a background color (#EAEDE3) for me.

changing:
es_oldobj[1]=obj.style.border;
obj.style.border='2px solid #FF0000';
to:
es_oldobj[1]=obj.style.background;
obj.style.background='#EAEDE3';

AND this:
es_oldobj[0].style.border=es_oldobj[1];

to:
es_oldobj[0].style.background=es_oldobj[1];


One/Two suggestion from my side
some keyboard-mouse-combo-shortcut would be nice to activate this.. i'm thinking about Crtl+DoubbleClicking on an element

And Esc to leave would be usefull.

@JsDir :-) great idea.. i use it this way too now

This Addon could become a very interessting project.. high potential imho.. a much of jquery-magic and features like syntax-highlight and auto-suggetion/auto-complete for css&html.. only some ideas :-)

This review is for a previous version of the add-on (0.2c).