Plugin permissions for Editor role

manage_options is an admin role so I’d still try and changing it even if you’ve changed the roles elsewhere.
See http://codex.wordpress.org/Roles_and_Capabilities#Editor for more info.

Try the following:

add_options_page('Orbisius Simple Notice', 'Orbisius Simple Notice', 'edit_others_posts', __FILE__, 'orbisius_simple_notice_options_page');