Wordpress Admin Bar Toggle

Hide & show the admin bar with one easy click!

Wordpress Admin Bar Toggle là gì?

Wordpress Admin Bar Toggle là một tiện ích mở rộng Chrome được phát triển bởi https://khanakia.com, và tính năng chính của nó là "Hide & show the admin bar with one easy click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordpress Admin Bar Toggle

Tải xuống các tệp mở rộng Wordpress Admin Bar Toggle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordpress Admin Bar Toggle Wordpress Admin Bar Toggle
ID bohanopfaecglpklbifhjjldoecodcci
URL Chính Thức https://chromewebstore.google.com/detail/wordpress-admin-bar-toggl/bohanopfaecglpklbifhjjldoecodcci
Mô tả Hide & show the admin bar with one easy click!
Kích Thước Tệp 17.54 KB
Số Lần Cài Đặt 316
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-09-29
Ngày Phát Hành 2020-09-29
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://khanakia.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}