Wordpress Admin Bar Toggle

Hide & show the admin bar with one easy click!

Wat is Wordpress Admin Bar Toggle?

Wordpress Admin Bar Toggle is een Chrome-extensie ontwikkeld door https://khanakia.com, en de belangrijkste functie is "Hide & show the admin bar with one easy click!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Wordpress Admin Bar Toggle

Download Wordpress Admin Bar Toggle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wordpress Admin Bar Toggle Wordpress Admin Bar Toggle
ID bohanopfaecglpklbifhjjldoecodcci
Officiële URL https://chromewebstore.google.com/detail/wordpress-admin-bar-toggl/bohanopfaecglpklbifhjjldoecodcci
Beschrijving Hide & show the admin bar with one easy click!
Bestandsgrootte 17.54 KB
Aantal Installaties 316
Huidige Versie 1.1.1
Laatst Bijgewerkt 2020-09-29
Publicatiedatum 2020-09-29
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar https://khanakia.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}