Wordpress Theme Checker by SnippetsBoard

This Chrome extension will tell you which sites you visit have been made using Wordpress and also the Theme they are using

Wordpress Theme Checker by SnippetsBoard란 무엇입니까?

Wordpress Theme Checker by SnippetsBoard은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension will tell you which sites you visit have been made using Wordpress and also the Theme they are using"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Wordpress Theme Checker by SnippetsBoard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you the kind of person who likes knowing how other websites have been built? Or are you a web developer/designer who is looking for new themes or graphic resources for building your own site? If you want to get automatically some extra info from the sites you are browsing, specially from those built using Wordpress, Wordpress Theme Checker by SnippetsBoard is the way to go.

Just click the install button and the extension will be added to your browser and it will start to do its job inmediately. From that moment it will tell you which sites you visit have been built using Wordpress by displaying a badge where you can read the word "WP". Then, if you want to get the name of the theme it is using you just have to click on the extension icon and a popup will appear giving you that info.                    

확장 프로그램 기본 정보

이름 Wordpress Theme Checker by SnippetsBoard Wordpress Theme Checker by SnippetsBoard
ID kdddlnbkdehepphdlommnaakhckanofp
공식 URL https://chromewebstore.google.com/detail/wordpress-theme-checker-b/kdddlnbkdehepphdlommnaakhckanofp
설명 This Chrome extension will tell you which sites you visit have been made using Wordpress and also the Theme they are using
파일 크기 198 KB
설치 횟수 167
현재 버전 1.2
최근 업데이트 2020-05-21
출시 날짜 2020-05-21
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://snippetsboard.com
도움말 페이지 URL https://snippetsboard.com/vaya-hola/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordpress Theme Checker by SnippetsBoard",
    "version": "1.2",
    "description": "This Chrome extension will tell you which sites you visit have been made using Wordpress and also the Theme they are using",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Wordpress Theme Checker by SnippetsBoard",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        }
    },
    "manifest_version": 2
}