Wordpress Admin Bar Toggle

Hide & show the admin bar with one easy click!

What is Wordpress Admin Bar Toggle?

Wordpress Admin Bar Toggle is a Chrome extension developed by https://khanakia.com, and its main feature is "Hide & show the admin bar with one easy click!".

Extension Screenshots

screenshot
screenshot

Download Wordpress Admin Bar Toggle Extension CRX File

Download Wordpress Admin Bar Toggle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hide & show the wordpress admin bar with one easy click!

If you work with Wordpress on a frequent basis you may have a love/hate relationship with the admin bar. The admin bar is exceptionally handy when jumping between the front and backend of a site or when writing content but it can also get in the way when doing design or trying to build the aesthetics of a site.                    

Extension Basic Information

Name Wordpress Admin Bar Toggle Wordpress Admin Bar Toggle
ID bohanopfaecglpklbifhjjldoecodcci
Official URL https://chromewebstore.google.com/detail/wordpress-admin-bar-toggl/bohanopfaecglpklbifhjjldoecodcci
Description Hide & show the admin bar with one easy click!
File Size 17.54 KB
Installation Count 316
Current Version 1.1.1
Last Updated 2020-09-29
Publish Date 2020-09-29
Rating 5.00/5 Total 9 Ratings
Developer https://khanakia.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "lib\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19_0.png",
            "38": "img\/icon38_0.png"
        },
        "default_title": "WP Admin Bar Toggle"
    },
    "description": "Hide & show the admin bar with one easy click!",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Wordpress Admin Bar Toggle",
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "short_name": "WP Admin Bar Toggle",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1"
}