Review of "Clipboard Line Cleaner" version 5

Details Page Preview

Automatically removes empty lines and beginning spaces or tabs from clipboard text.

Extension Homepage
https://github.com/Epiphanius/Clipboard-Line-Cleaner/

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
7 Active
6 Rejected
5 Rejected
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Use this instead of line 113: ```js this._indicator = new ClipboardLineCleaner(this.getSettings()); ``` and now you have settings inside that class: ```js _init(settings) { this._settings = settings; // ... } ```