TasteWP: Free WordPress Instances

Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!

TasteWP: Free WordPress Instances란 무엇입니까?

TasteWP: Free WordPress Instances은(는) https://tastewp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TasteWP: Free WordPress Instances 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use this extension to: 

- Quickly spot if a site is using WordPress or not
- See which plugins & themes a site is using
- Try out the used plugins & themes with one click

Also, when you're on the plugin or theme page in the WordPress directory (e.g. https://wordpress.org/plugins/akismet), you'll see a new option to spin up a WordPress instance with that plugin or theme already installed. 

You can also use this extension to quickly spin up a WordPress site for playing around, similarly as you can do directly on https://tastewp.com.                    

확장 프로그램 기본 정보

이름 TasteWP: Free WordPress Instances TasteWP: Free WordPress Instances
ID gndcbndejfodldbldgjlbceailbadmni
공식 URL https://chromewebstore.google.com/detail/tastewp-free-wordpress-in/gndcbndejfodldbldgjlbceailbadmni
설명 Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!
파일 크기 71.48 KB
설치 횟수 3,071
현재 버전 0.0.3
최근 업데이트 2023-01-23
출시 날짜 2022-12-26
평점 5.00/5 총 7 개의 평점
개발자 https://tastewp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tastewp.com
개인정보 보호 정책 페이지 URL https://inisev.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Spin up free WordPress instances for testing themes, plugins, or just playing around with WordPress!",
    "version": "0.0.3",
    "name": "TasteWP: Free WordPress Instances",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "TasteWP Popup"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.bundle.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.svg",
                "images\/background.svg",
                "images\/background-450.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}