Vyzkoušejte si tisíce doplňků, které jsou zde dostupné. Stáhněte si Mozilla Firefox, rychlý a zdarma dostupný způsob, jak prohlížet web!
ZavřítVítejte na serveru Doplňky pro Firefox.
Zvolte si z tisíců balíčků funkcí a stylů, které vám přizpůsobí Firefox dle vašich potřeb.
ZavřítRecenze doplňku SourceEditor
19 recenzí tohoto doplňku
Ohodnoceno 2 z 5 hvězdiček
The Developer console works better.
Ohodnoceno 2 z 5 hvězdiček
Theoretically, this is a great add-on, and just what I need.
But one big problem: it randomly stops working far too often, at least with firefox 19. And by that I mean that right mouse-->"edit source"--->nothing happens (even though I haven't forgotten to start by clicking the addon button) So until that is fixed, it's practically useless.
Ohodnoceno 5 z 5 hvězdiček
I agree. Excellent add-on. Perfectly for randomly editing the web page and save. Great supplement for Scrapbook. Just found it, so regret not to have found this before.
Ohodnoceno 4 z 5 hvězdiček
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!
Ohodnoceno 5 z 5 hvězdiček
The link on speedyshare is no more active (404), does anyboty know how to fix the status icon?
TIA
Ohodnoceno 4 z 5 hvězdiček
I haven't found the same functionality on any other addon, so this makes it very useful. In the meantime the original developer updates it to FF 3.5, it can be used by just editing the install.rdf file and replacing em:maxVersion tag from 3.0 to 3.5.*. It works fine under FF 3.5.2 except a minor detail: the status bar icon doesn't change to grey when it's inactive.
Tato recenze je pro předchozí verzi doplňku (0.2c).Ohodnoceno 4 z 5 hvězdiček
It's a great add-on but it needs to be updated for FF 3.5 compatibility.
Tato recenze je pro předchozí verzi doplňku (0.2c).Ohodnoceno 5 z 5 hvězdiček
add-on is perfect, thanks.
Tato recenze je pro předchozí verzi doplňku (0.2c).Ohodnoceno 1 z 5 hvězdiček
I'm sure I am doing something wrong but don't know exactly what. The SourceEditor icon is on my FF bookmark bar, it's green and looks like a piece of a puzzle. The text next to it reads: Reviews for SourceEditor FireFox. When I click on this, the text is framed. When I choose some random text on a webpage and hover my mouse over it, the text is not framed.
What am I doing wrong?
Please advise.
Thank you
Ohodnoceno 1 z 5 hvězdiček
I can't seem to get this addon to work on my Mac. This addon would be extremely valuable to me if I could use it.
I see the icon in my bookmark tool bar and clicking on it creates a frame around IT'S information but I can't get it to work on a web page. Any help will be most appreciated.
Thank you!
Ohodnoceno 5 z 5 hvězdiček
Source Editor is great fun! Haven't had so much fun since the pigs ate my little brother.
Tato recenze je pro předchozí verzi doplňku (0.2c).Ohodnoceno 5 z 5 hvězdiček
I like using this you view things before I apply it but how do you actually 'save' what you have done? I didn't think you could but a few other people have said so.
Tato recenze je pro předchozí verzi doplňku (0.2c).Ohodnoceno 2 z 5 hvězdiček
I liked this addon, as it allowed me to quickly make changes to the page and save them. However when saving it changes the file links in the saved page to absolute, which is pretty annoying. This is why my rating is low. Please fix this.
Tato recenze je pro předchozí verzi doplňku (0.2c).Ohodnoceno 5 z 5 hvězdiček
just awesome
Tato recenze je pro předchozí verzi doplňku (0.2c).Ohodnoceno 5 z 5 hvězdiček
Is Firefox 3.0 compatibility in plan?
Tato recenze je pro předchozí verzi doplňku (0.2c).Ohodnoceno 4 z 5 hvězdiček
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 :-)
Ohodnoceno 5 z 5 hvězdiček
This, at least, a non-plus-ultra for me.
Very useful while developing and also sealing on the net to correct on-the-fly wrong IE-oriented code :-(
I made an only little improvement to enlarge the textarea, very small and up to unusable in most cases.
In the sourceditor.js file I modified the textarea style attrib as follows:
position:fixed;
left:100px;
top:100px;
width:800px;
height:600px;
background-color:#ffc;
border:2px solid #c00;
padding:5px;
font-family:verdana,arial,helvetica;
font-size:10px;
of course all in one line to avoid braking the string.
Nehodnoceno
Will NOT save changes -- not even with local files.
"File > Save Page As" does not work.
Can't save source either.
Maybe won't work with English OS?
Just get NVU / KompoZer and don't waste your time with SourceEditor.
Ohodnoceno 4 z 5 hvězdiček
As a web designer/programmer i've had enjoyed the "View Selection Source" feature of FF because its helps me view on the fly what's going on with my website scripting. Now with this, its like having another great feature like "Edit Selection Source" in my FF. Not only i can repair scripting/code mistakes in my own websites, now i can do the same with others!!! Great Job and Keep It Up!!!
Tato recenze je pro předchozí verzi doplňku (0.2).Pro založení své vlastní sbírky musíte mít účet na serveru Doplňky Mozilly.