WordPress Tutorials WPCompendium

Learn how to use WordPress with hundreds of FREE WordPress step-by-step tutorials!

Что такое WordPress Tutorials WPCompendium?

WordPress Tutorials WPCompendium - это расширение Chrome, разработанное https://wpcompendium.org, и его основная функция - "Learn how to use WordPress with hundreds of FREE WordPress step-by-step tutorials!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WordPress Tutorials WPCompendium

Скачайте файлы расширений WordPress Tutorials WPCompendium в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        New to WordPress? WPCompendium.org provides hundreds of detailed WordPress step-by-step tutorials for FREE! 

These comprehensive tutorials are specifically designed to help businesses, beginners, and non-coders build, grow, and manage their digital presence using a WordPress website or blog.

WPCompendium.org's WordPress tutorials cover every aspect of WordPress - from how to install and configure your website's settings, to using features like WordPress Posts and Pages, plugins, themes, widgets, custom menus, RSS feeds and more!

Download and install WPCompendium.org's Chrome Extension and get instant access 24/7 to the most comprehensive WordPress tutorials available online with a single-click!                    

Основная информация о расширении

Название WordPress Tutorials WPCompendium WordPress Tutorials WPCompendium
ID cakkhjlegolkdggdepipdjnahkpelbpi
Официальный URL https://chromewebstore.google.com/detail/wordpress-tutorials-wpcom/cakkhjlegolkdggdepipdjnahkpelbpi
Описание Learn how to use WordPress with hundreds of FREE WordPress step-by-step tutorials!
Размер файла 7.14 KB
Количество установок 1,000
Текущая Версия 1.1
Последнее Обновление 2016-11-08
Дата публикации 2016-11-07
Разработчик https://wpcompendium.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://wpcompendium.org
URL страницы помощи http://wpcompendium.org/contact-us/
URL страницы политики конфиденциальности http://wpcompendium.org/legal-pages/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordPress Tutorials WPCompendium",
    "manifest_version": 2,
    "short_name": "WPCompendium",
    "description": "Learn how to use WordPress with hundreds of FREE WordPress step-by-step tutorials!",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "wpc-16r.png"
    },
    "icons": {
        "128": "wpc-128.png"
    }
}