Detective Wapuu

Really like a WordPress site? See how they built it with Detective Wapuu.

Detective Wapuu란 무엇입니까?

Detective Wapuu은(는) https://block.garden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Really like a WordPress site? See how they built it with Detective Wapuu."입니다.

확장 프로그램 스크린샷

screenshot

Detective Wapuu 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Blocks enable you to do things with WordPress that weren't possible before. It's an exciting time to be alive. People are doing something pretty interesting things with blocks and with Detective Wapuu you can too.

What Detective Wapuu does is it scans the site you are currently on and let's you know which blocks they are using and where. Not only can you discover new blocks but you can get ideas on how to put blocks together in new and interesting ways.                    

확장 프로그램 기본 정보

이름 Detective Wapuu Detective Wapuu
ID cjppdomnoifffoggeknfbioabalneeha
공식 URL https://chromewebstore.google.com/detail/detective-wapuu/cjppdomnoifffoggeknfbioabalneeha
설명 Really like a WordPress site? See how they built it with Detective Wapuu.
파일 크기 13.57 KB
설치 횟수 672
현재 버전 1.2.0
최근 업데이트 2020-04-08
출시 날짜 2020-04-06
평점 4.67/5 총 3 개의 평점
개발자 https://block.garden
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Detective Wapuu",
    "description": "Really like a WordPress site? See how they built it with Detective Wapuu.",
    "version": "1.2.0",
    "author": "sorta brilliant",
    "homepage_url": "https:\/\/sortabrilliant.com\/detectivewapuu",
    "manifest_version": 2,
    "icons": {
        "16": "images\/black\/16.png",
        "32": "images\/black\/32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/black\/16.png",
            "32": "images\/black\/32.png"
        },
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}