WordPress Tutorials WPCompendium

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

WordPress Tutorials WPCompendium란 무엇입니까?

WordPress Tutorials WPCompendium은(는) https://wpcompendium.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn how to use WordPress with hundreds of FREE WordPress step-by-step tutorials!"입니다.

확장 프로그램 스크린샷

screenshot

WordPress Tutorials WPCompendium 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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