Wordpress Admin Bar Toggle
Hide & show the admin bar with one easy click!
Wordpress Admin Bar Toggleとは何ですか?
Wordpress Admin Bar Toggleはhttps://khanakia.comによって開発されたChromeの拡張機能で、その主な機能は「Hide & show the admin bar with one easy click!」です。
拡張機能のスクリーンショット
Wordpress Admin Bar Toggle拡張機能のCRXファイルをダウンロード
Wordpress Admin Bar Toggle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Wordpress Admin Bar Toggle |
ID | bohanopfaecglpklbifhjjldoecodcci |
公式URL | https://chromewebstore.google.com/detail/wordpress-admin-bar-toggl/bohanopfaecglpklbifhjjldoecodcci |
説明 | Hide & show the admin bar with one easy click! |
ファイルサイズ | 17.54 KB |
インストール数 | 316 |
現在のバージョン | 1.1.1 |
最終更新日 | 2020-09-29 |
公開日 | 2020-09-29 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | https://khanakia.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |