November 2016
CrossRider is down. Need to rewrite your extensions?
A couple of weeks ago CrossRider, one of the biggest players among cross browser extension development platforms, has updated their users about termination of the service. It is difficult to say why exactly they has [...]
April 2016
Build Automation
It is not a secret that many browser extension developers want to protect results of their work from copying. The problem is that Firefox and Google Chrome extensions can be unpacked without any problems. So, [...]
October 2015
JavaScript Obfuscation with Gulp
There are a couple of Gulp plugins for JavaScript obfuscation already exist. Unfortunately, they don't work correctly when you need to obfuscate JavaScript for browser extensions. We've tried to find out some solution and finally [...]
May 2015
How to add WYSIWYG editor to edit some fields in Flask-Admin
Flask-Admin is a well-known extension for Flask which allows to add handy admin interface to Flask-based applications. It was inspired by the django-admin package. It's distinguishing features are high customization capabilities. The developer can extend [...]