Get hold of utlity extensions for chrome
The only IP extension that allows you to automatically copy your IP to your clipboard with just one click.
DepositFiles Download Helper redirects you to a Free Download page, and then immediately starts the download. In case it doesn't hap..
Like these? Find related extensions in the Utilities collection.
This is a chrome extension for singlish typing. Future versions will enable sinhala unicode on google chrome where users do not have..
Censitip is a sinhala popup dictionary extension for google chrome. double click on words to get definitions.
Automatically recognizes selected text language (CTRL + select) and translate into Croatian. Translate selected text(CTRL + select) f..
Like these? Find related extensions in the Language & Translators collection.
The Facebook Dashboard lets you easily change your Facebook status, check messages and friend activities, as well as comment on and l..
The Digg Reader lets you easily check top, front page, and upcoming stories from Digg without having to have the page sitting in a ta..
Like these? Find related extensions in the Social & Communications collection.
Market Watcher (Metals) allows for looking at the prices of gold, silver, platinum, and palladium at a glance via the icon, mouse ove..
Market Watcher allows for looking at the Dow, S&P500, and NASDAQ stock indices at a glance via the icon, mouse over tooltip, and ..
Like these? Find related extensions in the Alerts & Updates collection.
Developer Builds (Linux)
The original TeX The World, written by Avital Oliver, edited by Rodrigo L. Fernandez to work under Chromium.
Render any expression between [; and ;] into pretty nice [;\LaTeX;] code. Uses www.codecogs.com for better image rendering.
For more info, please visit http://thewe.net/tex
I have only tested it under Linux (fc11.i686) with Chromium build 4.0.227.0 (0), but will probably work under other Chromium/Chrome builds and/or OS. If there’s anything about this extension, feel free to contact me.
[...] more from the original source: TeX The World for Chromium « Google Chrome Extensions By admin | category: google chrome | tags: account-using, breaking-change, chrome, [...]
[...] This post was mentioned on Twitter by Follow Chrome OS, Tweeter Lover. Tweeter Lover said: TeX The World for Chromium « Google Chrome Extensions: Chromed Bird is an open source Chromium extension that a.. http://bit.ly/3v0ZuG [...]
Wonderful extension! Is it available for linux user right now? Being eager for the version under windows!
So how do I use it???
it doesn’t work in chats [; x^2 ;] or does it?
Yes, it does. I see it here. Is everything running as it should, there?
Although I’ve only tested under Linux, the code is written in javascript so, will probably work under Windows.
For Chrome users, I’ve found this thread that is an alternative for TeX The World in Chrome: http://forums.zybez.net/index.php?showtopic=1274848
In the file textheworld6.js change the URLs. Codecogs generates an inferior quality image.
[code]
...
//imgElement.src = "http://www.codecogs.com/eq.latex?" + expr;
imgElement.src = "http://www.yourequations.com/cgi-bin/mimetex.cgi?" + expr;
...
[/code]
Thanks for creating the extension, I expect I’ll use this for generating LaTeX equations on-the-fly for reports!
Well, personally, I like codecogs better, but the code is opened so people can make their choice. As for changing the extension code, if more people would like, I will do so.
The only thing that was missing for me in Chromium was this script. Once using it, can’t see myself without it.
I forgot to mention: the original code uses http://thewe.net/tex to render the images.
I’d really like to be able to generate plain-text: web page similar to a built-in URL switch within Firefox.
Being able to change anything on a website on-the-fly using the Inspect Element is a nice workaround, though.
And, as you might discern, I find myself revisiting your extension. Have to put this little guy on all of my computers. ^_^
In terms of the ability of the two sites, or any others that may exist, I can’t say one is better or worse. I really only meant visually one is a little less pixelated. At the time I was working on a presentation.
Thanks, by the way, for the link!
You wouldn’t happen to know of any \LaTeX generator that is capable of accepting International Fonts, such as Japanese?
Unfortunately, I don’t know about any generator capable of accepting international Fonts. Maybe, I don’t know for sure, some OS packages – such as MiKTeX or TeXLive – could have those generators. Have to check it for sure.
As for web-based… I really don’t know.
Hi!
It’s a pretty cool extension, I like it!
My only problem, that’s it doesn’t work on GMail chat. Could you please make something about it? Or it’s a hopeless thing to do?
Thanks!
Csega
You mean GTalk? If so, I think I can’t do anything about it, as it is apart from web html code (which means I don’t have access to the core code to modify it).
Sorry.
Uhmmm… I’ve just tested it with the GTalk gadget in Orkut and it worked “fine”. I mean, I could render de image but it gets an odd behaviour: It render the images but I have to double-click it to see.
I can’t get it to work with GMail. In pure HTML pages, like http://thewe.net/tex, it’s ok.
In Firefox and Opera the original script works in GMail. Is It happening with anyone else?
Thanks.
Yeah, I meant GTalk. I just thought it’s possible, because under Firefox it’s going fine with the TeX the world extension. Or it’s just because of using GreaseMonkey? (Sorry, I don’t know much about these things… Just try to figure it out.)
Uhmm… strange. It doesn’t work there? No, there’s nothing to do with GreaseMonkey. =)
The script catches the text content of the page and searches for the expression to be converted. So, it doesn’t depends on what you’re using, but the code itself.
But, I tested it with GTalk gadget, with Orkut and Gmail, and it worked out fine. You tried to use it and nothing happens?
@Csega
I think I’ve seen where the error is and, as soon as I get it right, I’ll submit an update. =)
@Rodrigo
Thanks! I’m waiting for it.