Wordpress Admin Bar Toggle
Hide & show the admin bar with one easy click!
Qu'est-ce que Wordpress Admin Bar Toggle ?
Wordpress Admin Bar Toggle est une extension Chrome développée par https://khanakia.com, et sa fonction principale est "Hide & show the admin bar with one easy click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wordpress Admin Bar Toggle
Téléchargez les fichiers d'extension Wordpress Admin Bar Toggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Wordpress Admin Bar Toggle |
ID | bohanopfaecglpklbifhjjldoecodcci |
URL Officiel | https://chromewebstore.google.com/detail/wordpress-admin-bar-toggl/bohanopfaecglpklbifhjjldoecodcci |
Description | Hide & show the admin bar with one easy click! |
Taille du Fichier | 17.54 KB |
Nombre d'Installations | 316 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2020-09-29 |
Date de Publication | 2020-09-29 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | https://khanakia.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |