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"
}