Detective Wapuu

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

Detective Wapuu क्या है?

Detective Wapuu https://block.garden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Really like a WordPress site? See how they built it with Detective Wapuu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Detective Wapuu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}