Detect WordPress themes & plugins
The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Detect WordPress themes & plugins란 무엇입니까?
Detect WordPress themes & plugins은(는) https://mxnpro.ovh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!"입니다.
확장 프로그램 스크린샷
Detect WordPress themes & plugins 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Curious about what theme or plugins your competitors use? WP Detective is the easiest way to get every details about a WordPress and WooCommerce websites. Once installed, click the extension icon and you will get all the informations about the website you are visiting. It's 100% free, enjoy!
확장 프로그램 기본 정보
이름 | Detect WordPress themes & plugins |
ID | mifocdinanejldnebmfkmjfkklhnilck |
공식 URL | https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck |
설명 | The easiest way to detect themes and plugins from WordPress and WooCommerce sites! |
파일 크기 | 195 KB |
설치 횟수 | 485 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://mxnpro.ovh |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://mxnpro.ovh/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Detect WordPress themes & plugins", "short_name": "WP Detective", "version": "1.0", "description": "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/", "https:\/\/*\/" ], "js": [ "injected.js" ] } ] } |