How to run a v8 extension from the Chromium?

218 views
Skip to first unread message

Cheese Russian

unread,
Jul 24, 2011, 4:21:07 AM7/24/11
to Chromium-extensions
I wrote a v8 extension library (.so), and it can be successfully
imported into the node.js and accessed from a script.

Now how can I import it to a Chromium to access it from a script from
a web page?

PhistucK

unread,
Jul 26, 2011, 5:35:04 AM7/26/11
to Cheese Russian, Chromium-extensions
Try the chromium-dev group.

This is the group for Chrom(ium) extensions (CRX files from the Chrome Web Store, for example).

PhistucK




--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.


Mohamed Mansour

unread,
Jul 27, 2011, 1:17:57 PM7/27/11
to PhistucK, Cheese Russian, Chromium-extensions
Hi Cheese,

AFAIK, you would have to compile Chromium with your extension. You can register your global V8 extensions via WebKit::WebScriptController::registerExtension. That will steer you in the right direction.

Kind regards,
Mohamed Mansour
Reply all
Reply to author
Forward
0 new messages