WordPress Theme Detection - ThemeDetect.com

Find out which theme a WordPress site is using with the help of ThemeDetect.com

Co je WordPress Theme Detection - ThemeDetect.com?

WordPress Theme Detection - ThemeDetect.com je rozšíření Chrome vyvinuté https://www.themedetect.com, a jeho hlavní funkcí je „Find out which theme a WordPress site is using with the help of ThemeDetect.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WordPress Theme Detection - ThemeDetect.com

Stáhněte si soubory rozšíření WordPress Theme Detection - ThemeDetect.com ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Easily detect which theme a WordPress site is using. Navigate to any webpage powered by WordPress then open up this extension. Our extension will automatically analyze the webpage and display the name, version, author and other data about the theme being used.                    

Základní Informace o Rozšíření

Název WordPress Theme Detection - ThemeDetect.com WordPress Theme Detection - ThemeDetect.com
ID ilcmaphgcalflbbkcpdakklbigeifmcm
Oficiální URL https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm
Popis Find out which theme a WordPress site is using with the help of ThemeDetect.com
Velikost souboru 144 KB
Počet instalací 424
Aktuální Verze 0.1
Poslední Aktualizace 2018-12-31
Datum Vydání 2018-12-31
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář https://www.themedetect.com
Typ Platby free
Webové stránky Rozšíření https://www.themedetect.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Theme Detection - ThemeDetect.com",
    "description": "Find out which theme a WordPress site is using with the help of ThemeDetect.com",
    "version": "0.1",
    "icons": {
        "38": "img\/icon-38.png",
        "58": "img\/icon-58.png",
        "76": "img\/icon-76.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.themedetect.com\/*",
        "http:\/\/127.0.0.1\/*"
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "Detect WordPress Theme",
        "default_popup": "pages\/index.html",
        "default_icon": {
            "38": "img\/icon-38.png",
            "58": "img\/icon-58.png",
            "76": "img\/icon-76.png"
        }
    }
}