Wordpress Admin Bar Toggle

Hide & show the admin bar with one easy click!

Wordpress Admin Bar Toggleคืออะไร?

Wordpress Admin Bar Toggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://khanakia.com และคุณลักษณะหลักของมันคือ "Hide & show the admin bar with one easy click!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordpress Admin Bar Toggle

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
}