Wordpress Admin Bar Toggle

Hide & show the admin bar with one easy click!

Cos'è Wordpress Admin Bar Toggle?

Wordpress Admin Bar Toggle è un'estensione di Chrome sviluppata da https://khanakia.com, e la sua funzione principale è "Hide & show the admin bar with one easy click!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wordpress Admin Bar Toggle

Scarica i file di estensione Wordpress Admin Bar Toggle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wordpress Admin Bar Toggle Wordpress Admin Bar Toggle
ID bohanopfaecglpklbifhjjldoecodcci
URL Ufficiale https://chromewebstore.google.com/detail/wordpress-admin-bar-toggl/bohanopfaecglpklbifhjjldoecodcci
Descrizione Hide & show the admin bar with one easy click!
Dimensione del File 17.54 KB
Conteggio Installazioni 316
Versione Corrente 1.1.1
Ultimo Aggiornamento 2020-09-29
Data di Pubblicazione 2020-09-29
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore https://khanakia.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}