How to make a cronjob type plugin

Yes, you can make a plugin. Following is the way to add cron job functionality in WordPress plugin.
http://codex.wordpress.org/Function_Reference/wp_schedule_event
http://codex.wordpress.org/Function_Reference/wp_cron

However, please note that this does not provide a real (system based) cron. It requires at least someone to visit your site, so that the functions keep on executing periodically.