Questions tagged [crossrider]

Crossrider is a cloud-based development framework that enables developers to easily create cross browser extensions while maintaining a single codebase.

Crossrider is a an emerging cloud-based development framework that enables developers to easily create cross browser extensions. It uses a single API and supports JavaScript and jQuery so developers with basic knowledge in JavaScript can write code that is easily maintainable while working across all major browsers - Chrome, Firefox, IE, and Safari.

This tag should be used for general questions regarding how the Crossrider framework works and how to use the API.

Questions about browser-specific extension issues should not be tagged with Crossrider if the question is specifically about a certain browser's API (use , , etc.).

238 questions
0
votes
1 answer

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 notification per each content its sound easy the…
Amir Bar
  • 3,007
  • 2
  • 29
  • 47
0
votes
2 answers

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 is only loaded once the DOM is ready. Any way to…
Jacques Blom
  • 1,794
  • 5
  • 24
  • 42
0
votes
0 answers

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 tags to display the image inline in the comment. I haven't written in a regex check yet to determine if the URL is…
therealklanni
  • 652
  • 1
  • 5
  • 15
0
votes
1 answer

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 appAPI.contextMenu.add("key1", "Display data object",…
Max
  • 1,528
  • 21
  • 33
0
votes
1 answer

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
votes
1 answer

Extension bar always visible

I'm developing a multi-browser extension using the Crossrider framework. Is there a solution to show an html horizontal menu on the top of each page ? The menu will embed a JS script which uses some external libraries. Indeed, I can prepend my…
-1
votes
1 answer

CrossRider extension not working properly. Is it a bug?

We are using CrossRider to develop an extension for Internet Explorer. I'm using debug mode with the following code in extension.js: /************************************************************************************ This is your Page Code. The…
Uri
  • 2,992
  • 8
  • 43
  • 86
-1
votes
2 answers

Bug: crossrider extension adds images to the clipboard

The extension appears to be doing a "clipboard injection" of the Company's logo used somewhere in the extension DOM injections. Several users have noticed that after loading the extension the Company's logo suddenly appears in their life, often on…
Knights
  • 1,467
  • 1
  • 16
  • 24
-1
votes
1 answer

Using a window.load function in Internet Explorer

I want to run some code after everything on the target page is done loading AND rendering. It was suggested to me to use the Window.load function and it is working perfectly in Firefox and Chrome. I just can't get it to work in IE. Is there another…
Chris
  • 141
  • 10
-1
votes
1 answer

Crossrider: Content Security Policy directive: "script-src 'self' 'unsafe-eval

Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval'". I added datepicker in my crossrider crossplatform extension its opened properly but when i click on the…
-2
votes
1 answer

CrossRider extension is not working on Internet Explorer 11

We are using CrossRider to develop an extension for Internet Explorer. I added alerts in the background and in extension.js, but there are no alerts when I install this extension. What is the problem? background.js: appAPI.ready(function($) { …
Uri
  • 2,992
  • 8
  • 43
  • 86
-2
votes
1 answer

how do I finish this program? (javascript)

The code below belongs to a crossrider extension I am currently attempting to develop that hopefully will sync bookmarks across browsers. This file is currently the background.js file it will first retrieve a snapshot of the bookmarks file from the…
user2491588
  • 17
  • 1
  • 4
-7
votes
1 answer

How to hidden install extension?

Is there a way to install a crossrider extension on a user's computer without letting him/her know it? My website requires this when a user click on a "set as homepage" link. Thanks for any help.
1 2 3
15
16