The recommended way to install all CKEditor add-ons is to create a custom build by using Online builder. To do that, click the Add to my editor button on the plugin page. When you are done, click the Build my editor button on the right side of the page to go to Online builder.
Note: This add-on is already selected to be a part of your current build.
Add-on installation instructions
If you want to add the skin manually, you will need to:
Extract the downloaded skin .zip into the skins folder of your CKEditor installation. Example:
http://example.com/ckeditor/skins/n1theme
Enable the skin by using the skin configuration setting. Example:
config.skin = 'n1theme';
Download and configure all its dependencies, too.
Add-on dependencies
No additional dependencies.
Note: The skin may have additional requirements. Check the add-on page and documentation for more details.