Crossrider is a cloud-based development framework that enables developers to easily create cross browser extensions while maintaining a single codebase.
0
votes
1answer
37 views
Windows Installer for chrome extension using NSIS
I have my chrome extension for my website, I want to make a windows installer for it. I used NSIS but it just copied the files and it does not appear in the extensions list. I have seen earlier a ...
1
vote
1answer
42 views
JavaScript Load Image from URL in a Crossrider browser extension
I'm currently writing an extension using Crossrider, and I need to load an image directly using the URL for doing some image processing on it. However, the onload event doesn't seem to be firing at ...
0
votes
1answer
39 views
Crossrider setPopup not callling more then once
I have a problem calling crossrider setPopup multiple times based on
some condition like if user is logged in then only show the Popup on
browser action click otherwise show a login popup.
...
0
votes
1answer
22 views
Using local storage in crossrider browser extension code
I have to use localStorage variable of browser in extension .js code of crossrider browser extension how to access localStorage variable inside crossrider extenson code
like i want to use ...
1
vote
1answer
45 views
Javascript post timeout
Problem description:
I'm making a post request inside of $.each loop:
$.each(companies, function() {
appAPI.request.post({
url: url,
postData: postdata,
onSuccess: ...
0
votes
1answer
27 views
Bundle CrossRider as a single installer
Let me detail what I'm trying to accomplish: I have an application that besides the specific app code and installer, also bundles a CrossRider browser extension. The problem is that my installer ...
0
votes
1answer
26 views
Customize CrossRider installer
Let me detail what I'm trying to accomplish:
I have 1 application that (besides the specific app code) also contains a CrossRider extension. Based on the options that the user selects when installing ...
0
votes
1answer
76 views
Successive json & jsonp requests fail using Crossrider?
I'm using crossrider to implement a cross-browser plugin.
I've two successive AJAX requests (JSON and JSONP):
The first is a JSON request for "login" which sets a cookie in
browser.
The second is ...
0
votes
1answer
30 views
Crossrider : Using mouse position in context menu
We would like to use appAPI.openURL but in place of sending the data.selectedText I woould like to send the text of the element under the mouse. But I can't find the way of getting the mouse position. ...
0
votes
1answer
55 views
How to store data on crossrider local database such that data persists till the browser is restarted/closed
I have to store a 6 digit number on the crossrider local database, for which I am using appAPI.db.async .
I want to implement one of the following :
1) A way to tell crossrider to delete the data ...
0
votes
2answers
66 views
Why the DIV is draggable once in IE using Crossrider & JQueryUI ? & no dragstop event fired?
I'm using Crossrider, I want to add a draggable div to the page's DOM.
The following code works well on Chrome and Firefox, and the dragstop handler function is fired for both Chrome and Firefox ...
1
vote
0answers
75 views
Adding select options to a combobox with crossrider
I'm writing an extension using Crossrider. I'm displaying an HTML form that contains a combobox and am trying to add selection options to it. (Outside crossrider the code is working.)
for (var ...
0
votes
2answers
52 views
How to set more than one value for a same key? [closed]
I am using Crossrider API to develop a browser extension.
I want to add multiple values for same key in Crossrider local database,
The method that crossrider supports is appAPI.db.set
...
0
votes
1answer
48 views
Badge color doesn't change, in firefox, using crossrider API (setBadgeText)?
I'm using crossrider, and I want to change the badge color of the browser button
Here's the code (in background.js)
appAPI.ready(function() {
appAPI.browserAction.setBadgeText('0', [255, 127, ...
0
votes
1answer
127 views
Crossrider setPopup() small width
My Crossrider plugin users the setPopup() function to make a popup when the browserAction icon is clicked.
The problem is that when I click the icon, the popup is long and thin and unusable.
Here ...
0
votes
1answer
106 views
Crossrider Extension Performance on Internet Explorer
I am using Crossrider to develop a cross-browser extension. The extension injects a CDN hosted version of Twitter Bootstrap into the page and uses it as the foundation for which many of the components ...
0
votes
2answers
209 views
Using jquery in crossrider background contextMenu
I've this following piece of code in background.js.
appAPI.contextMenu.add("key2", "Add", function (data) {
var key=0;
alert('hi'+data.selectedText);
var tableRow = $("td").filter(function() {
...
-5
votes
1answer
109 views
How do I get facebook news feed with crossrider api? [closed]
I am very confused by crossrider in general and even more confused with the facebook api. I need to get the news feed i.e. the other people's status updates. Any example code would be helpful. Also I ...
0
votes
1answer
50 views
Crossrider: external db?
Is it possible to access Sql Server instance from Crossrider?
It has doc for local db and i am assuming that is used to store data on the browser's machine.
I have central data that gets constantly ...
0
votes
1answer
41 views
Crossrider: change title of a link
Using crossrider, is it possible to get link object in a dom and change the link's title.
I am creating a plugin that detect malicious site and add [Malicious] in front of the link.
I probably could ...
0
votes
1answer
182 views
how to open a popup (popup.html) whenever we click on browser's button(browserAction) using crossrider
I am working on to develop extensions using crossrider . I have added popup.html file to resources of my extension , but how to link it to onclick event of a browser button .I have been trying with ...
0
votes
2answers
189 views
DatePicker using CrossRider is not working?
Using CrossRider, I want to add a DatePicker to page's DOM, here's my code:
appAPI.ready(function($) {
appAPI.dom.addRemoteCSS('http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css');
...
1
vote
2answers
264 views
Get the active tab url in crossrider
I came to know that crossrider.com is helping us to develop extension for different browsers, while keeping the same code.
I have two questions
Question 1:
After going through docs and libraries ...
0
votes
0answers
41 views
Crossrider - custom scrollbars
I am developing a crossrider extension and the idea is to create custom scrollbars for the browsers. I am getting huge trubles while trying to execute some jquery script like jscrollpane. I am ...
0
votes
1answer
116 views
extension that give notification to the user about new site content
i have a news website that update once-twice in a day, and i want to develop something that will let my users know when there is new content in my website, it will popup them a notification, only one ...
0
votes
2answers
198 views
Interact with DOM before DOMReady fires
I would like to interact with the DOM immediately when the element becomes available. I can do this with a setInterval, but it won't work with Crossrider because the js that can interact with the DOM ...
1
vote
1answer
146 views
How to store a value( stored on PHP server variable ) to the extension made on crossrider when it is being installed into browser
Is there any way around to store a value( stored on server variable ) to the extension made on crossrider while the user installs the extension to his browser ? This is something when the user ...
0
votes
0answers
202 views
Replacing image URL text with img tag, image turns into “broken” after few seconds
I'm writing myself a Chrome extension, using Crossrider. It's very simple. It scrapes comments for URLs and replaces them with <img> tags to display the image inline in the comment.
I haven't ...
0
votes
1answer
151 views
context menu demo app not working crossrider
I am generating context menu when user selects some text and right click it. I tried implementing it, problem is even sample application is not working.
http://crossrider.com/apps/10565/ide
...
5
votes
2answers
726 views
What are some drawbacks to using CrossRider as platform for developing extensions for multiple browsers?
I've read a lot of positive insights in using CrossRider compared to its competitors but I haven't read anything related to any of its limitations (functions, speed, integration with third party ...
1
vote
1answer
94 views
let user record shortcut in browser extension
Is there a simple way to add this kind of options to browser extension(I'm using the crossrider framework to build cross browser extension)?
Users just need to type the shortcut they want and click ...
0
votes
1answer
463 views
Chrome extension with news ticker
Hello fellow programmers. I want to make a browser extension that will put a news ticker at the top of every page.I want to use the code here (as it will make coding easier): ...
1
vote
1answer
240 views
Frames object loop in javascript is undefined
I have written a browser extension with crossrider.com, and need to loop through frames on the page using javascript code,
HTML code. (Main.html)
<frameset rows="85,*, 35">
<frame ...
1
vote
0answers
234 views
Cross Domain File Upload (From Extension)
I am trying to create an extensions with Crossrider that also needs to upload a file.
My issues is that the app code is running on one domain site1.com but the file needs to be uploaded to site2.com.
...
1
vote
3answers
301 views
How to redirect to a bookmark URL in crossrider?
In crossrider, I've a function in the background-codes as
function buttonClick() {
alert(2);
// simulates similar behavior as an HTTP redirect
var url = "http://12bubbles.com";
...
