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. 擴展基本資訊
| 名稱 | |
| ID | bohanopfaecglpklbifhjjldoecodcci |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |