| Index: options.html | 
| =================================================================== | 
| --- a/options.html | 
| +++ b/options.html | 
| @@ -282,6 +282,9 @@ | 
| <div id="shouldShowBlockElementMenuContainer"> | 
| <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="shouldShowBlockElementMenu" class="i18n_show_block_element_menu"></label> | 
| </div> | 
| +      <div id="showDevtoolsPanelContainer"> | 
| +        <input type="checkbox" id="show_devtools_panel" /><label for="show_devtools_panel" class="i18n_show_devtools_panel"></label> | 
| +      </div> | 
| <div id="shouldShowNotificationsContainer" data-section="notifications"> | 
| <input type="checkbox" id="shouldShowNotifications" /><label for="shouldShowNotifications" class="i18n_overlay_shownotifications_label"></label> | 
| </div> | 
|  |