Wordpress Admin Bar Toggle
Hide & show the admin bar with one easy click!
Was ist Wordpress Admin Bar Toggle?
Wordpress Admin Bar Toggle ist eine Chrome-Erweiterung, die von https://khanakia.com entwickelt wurde, und ihr Hauptmerkmal ist "Hide & show the admin bar with one easy click!".
Erweiterungsscreenshots
Wordpress Admin Bar Toggle-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wordpress Admin Bar Toggle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Wordpress Admin Bar Toggle |
ID | bohanopfaecglpklbifhjjldoecodcci |
Offizielle URL | https://chromewebstore.google.com/detail/wordpress-admin-bar-toggl/bohanopfaecglpklbifhjjldoecodcci |
Beschreibung | Hide & show the admin bar with one easy click! |
Dateigröße | 17.54 KB |
Installationsanzahl | 316 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2020-09-29 |
Veröffentlichungsdatum | 2020-09-29 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | https://khanakia.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |