Chrome extension hides the WordPress admin bar and moves its contents into the extension context menu, it also adds the following links to the right click context menu: 'Edit Page', 'Copy Page/Post ID' and 'WordPress Dashboard'.
- Add site information to popup to display data such as current page id, cpanel username, php version etc..
- Option to automatically populate the quick links section in the popup with links found in your site's WP Admin bar
- Improved styling
- Disable buttons in icon popup if not a WordPress site
- Removed jQuery and Refactored code
- NEW: Added option to show/hide the admin bar on front end
- Removed options to hide context menu options
- Fixed bugs which prevented certain context menu options to work correctly
- NEW: Added "WordPress Dashboard" link to right click context menu to jump you into your site's Dashboard
- NEW: For developers I added "Copy Page/Post ID" link to right click context menu so you can quickly get the page/post ID
- Bug: Fixed array error which prevented buttons from being saved
- Initial Release