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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wordpress Admin Bar Toggle
قم بتنزيل ملفات الامتداد Wordpress Admin Bar Toggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" } |