ExtensionDev

/ExtensionDev

About ExtensionDev

This author has not yet filled in any details.
So far ExtensionDev has created 4 blog entries.

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, anyone can analyze a source code of any extension and investigate its internal logic. Of course, developers don't like a [...]

By |2019-07-30T14:13:36+00:00April 28th, 2016|Bulild Management|0 Comments

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 developed our own obfuscation plugin for Gulp. Do you know about javascriptobfuscator.com? It is 100% safe JavaScript obfuscator and minifier [...]

By |2019-07-30T14:13:36+00:00October 30th, 2015|Bulild Management|0 Comments

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 and customize it to implement any necessary functionality without problems. In this post, we will show how to create and [...]

By |2019-07-30T14:13:36+00:00May 28th, 2015|Web Development|0 Comments