WordPress Theme Detection - ThemeDetect.com

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

Hvad er WordPress Theme Detection - ThemeDetect.com?

WordPress Theme Detection - ThemeDetect.com er en Chrome-udvidelse udviklet af https://www.themedetect.com, og dens hovedfunktion er "Find out which theme a WordPress site is using with the help of ThemeDetect.com".

Udvidelsesskærmbilleder

screenshot

Download WordPress Theme Detection - ThemeDetect.com-udvidelses-CRX-fil

Download WordPress Theme Detection - ThemeDetect.com-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WordPress Theme Detection - ThemeDetect.com WordPress Theme Detection - ThemeDetect.com
ID ilcmaphgcalflbbkcpdakklbigeifmcm
Officiel URL https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm
Beskrivelse Find out which theme a WordPress site is using with the help of ThemeDetect.com
Filstørrelse 144 KB
Antal Installationer 424
Nuværende Version 0.1
Senest Opdateret 2018-12-31
Udgivelsesdato 2018-12-31
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://www.themedetect.com
Betalingsmetode free
Udvidelseswebsted https://www.themedetect.com
Understøttede Sprog 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"
        }
    }
}