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文件

下載Wordpress Theme Checker by SnippetsBoard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}