BabelExt icon indicating copy to clipboard operation
BabelExt copied to clipboard

BabelExt is a cross browser boilerplate/library for extension development

Results 12 BabelExt issues
Sort by recently updated
recently updated
newest added

First of all, i think the demo may need some updating. After loading the extension, chrome states that i need to set the manifest_version ![image](https://cloud.githubusercontent.com/assets/1282480/17281921/aa698d06-57d2-11e6-8c4a-536370949f50.png) and after doing that I...

It looks like RES is one of the preview Edge extensions. Was this updated to support Edge or was that a new implementation?

Hi, I've used BabelExt as a framework for building forum extensions (a bit like RES, but on a much smaller scale). I've added quite a bit of functionality as part...

This is the IE plugin that we used. Based in Visual Studio 2008. The goal is to make this work without Visual Studio, obviously. If not, we'll have to have...

Example added to extension.js: ``` javascript BabelExt.xhr({ method: "GET", url: 'http://www.babelext.com/', onload: function(response) { alert("YEAH!"); } }); ``` Error in safari console: `DataCloneError: DOM Exception 25: An object could not...

It looks like BabelExt is missing functions for handling userscripts the way GreaseMonkey did. The way I see it, this could best be accomplished, in an appropriately DIY fashion, by...

Any plans to expand to the dreaded IE?