IsWordPress - WordPress theme plugin detector

Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.

IsWordPress - WordPress theme plugin detector란 무엇입니까?

IsWordPress - WordPress theme plugin detector은(는) Jafran Hasan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IsWordPress - WordPress theme plugin detector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The 'IsWordPress' Chrome Extension is a powerful tool that enables you to effortlessly identify WordPress websites, their themes, and plugins. This extension is designed for developers, designers, and enthusiasts who want efficient insights into the technology behind WordPress sites.

Features
Effortless Detection: Quickly identify WordPress websites without hassle.
Theme Insights: Gain design insights by identifying the WordPress theme in use.
Plugin Detection: Discover plugins employed for enhanced functionality.
Optimized Performance: The extension is designed for speed and efficiency.
Server-less Design: Operates without the need for external servers.
Offline Usage: Works even when you're offline.

Full documentation and contribution page can be found on https://github.com/imjafran/iswordpress                    

확장 프로그램 기본 정보

이름 IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
공식 URL https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
설명 Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
파일 크기 213 KB
설치 횟수 160
현재 버전 0.0.3
최근 업데이트 2023-08-13
출시 날짜 2022-11-03
평점 5.00/5 총 5 개의 평점
개발자 Jafran Hasan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/imjafran/iswordpress
도움말 페이지 URL https://github.com/imjafran/iswordpress
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IsWordPress - WordPress theme plugin detector",
    "description": "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "32": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "32": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    }
}