Introduction to the Crossrider Framework
Crossrider framework gives every developer easy developing tools to achieve a full-on cross-browser extensions using regular Javascript. That means you can write simple JS code that will run on different browsers as extension, without the hassle of taking care of each browser specific requirements and different procedures.
Write your code once in JS with native support of jQuery library and its vast array of plugins and we will export it to the different browsers.
Although you can write your own JS code without the need of anything else, Crossrider platform provides easy JS appAPI object that will make your life even easier when developing your own extension.
Check out the left sidebar and drill down each section.
Also, feel free to contact us at support@crossrider.com with any question you might have.
1. At the starting point of 'page script' to send message to the background with request to initialize these vars
2. The background will get this message and send back hash of the variables
3. The page script will get these values and initialize all the variables and will start the page code itself
This will work well but obviously it's only to avoid a lot of duplicated variables and doesn't worth for 2-3 variables...