-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate Chrome interface requirements #5
Comments
Supported languages / librariesJavaScript and everything based on it. |
Plugin delivery (dev)
|
@balawama the scala.js extension looks nice, although I imagine we wouldn't need mappings for every function call in API, so we could implement the bindings ourselves instead of using this extension. One important thing that was noted in known issues is that scala.js compiles everything to one JS file, whereas usually you need several small JS files for separate functions. I don't know if that would be an issue for us. Supported languages / libraries |
What technologies are used to write extensions for Chrome? Extensions are written using the same standard web technologies that developers use to create websites. HTML is used as a content markup language, CSS is used for styling, and JavaScript for scripting. Because Chrome supports HTML5 and CSS3, developers can use the latest open web technologies such as canvas and CSS animations in their extensions. Extensions also have access to several JavaScript APIs that help perform functions like JSON encoding and interacting with the browser. |
So it looks like that we can use any js-based library. |
btw nice faq available here: |
I think that you can close this task. We know all we need. Now we can work on #6 and everyone can make their proposals regarding technology stack. |
We need to understand:
The text was updated successfully, but these errors were encountered: