Best WordPress Tools

Different tools useful for WordPress developers and users

Best WordPress Tools란 무엇입니까?

Best WordPress Tools은(는) https://tabernawp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Different tools useful for WordPress developers and users"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Best WordPress Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Set of WordPress tools, urls and other options of interest for WordPress users and developers.

This extension has eight sections with several subsections and a lot of utils, forms and links.                    

확장 프로그램 기본 정보

이름 Best WordPress Tools Best WordPress Tools
ID miepkfdpkfdnfefoobohbfdenldodpfi
공식 URL https://chromewebstore.google.com/detail/best-wordpress-tools/miepkfdpkfdnfefoobohbfdenldodpfi
설명 Different tools useful for WordPress developers and users
파일 크기 183 KB
설치 횟수 438
현재 버전 1.0.6
최근 업데이트 2023-10-18
출시 날짜 2019-11-20
평점 5.00/5 총 2 개의 평점
개발자 https://tabernawp.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tabernawp.com/politica-de-privacidad
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.6",
    "default_locale": "en",
    "icons": {
        "128": "img\/best-wp-tools-128.png",
        "48": "img\/best-wp-tools-48.png",
        "32": "img\/best-wp-tools-32.png",
        "16": "img\/best-wp-tools-16.png"
    },
    "action": {
        "default_popup": "html\/home.html",
        "default_icon": {
            "128": "img\/best-wp-tools-128.png",
            "48": "img\/best-wp-tools-48.png",
            "32": "img\/best-wp-tools-32.png",
            "16": "img\/best-wp-tools-16.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}