QuickLook
If you select archived file in file browser or finder and push space bar, can see quicklook window. It display images when rate of image files are over 90% in archive, else it display file list as tree view.
If you want always display file list, open <applications>utilities>terminal>, and input command;
defaults write djhan.comiclook forceListPreview YES
Also you want return to default, input command;
defaults write djhan.comiclook forceListPreview NO
Archive file’s image amount is over than 90%, QuickLook plugin display thumbnail. But if smaller than 90%, display file list. If you want always display as thumbnail while archive file has only one image, open <applications>utilities>terminal>, and input command;
defaults write djhan.comiclook disableAutoDetectThumbnail YES
Also you want return to default, input command;
defaults write djhan.comiclook disableAutoDetectThumbnail NO
If you want to stop making thumbnail icon, input following command;
defaults write djhan.comiclook disableMakeThumbnailIcon YES
If you want hide extension banner of Thumbnail, input following command;
defaults write djhan.comiclook disableBannerOnThumbnailIcon YES
Also you want show extension banner, input following command;
defaults write djhan.comiclook disableBannerOnThumbnailIcon NO