Blue Button | the webpage X-ray

See title tags & meta description, scripts, stylesheets, images & fonts

什麼是Blue Button | the webpage X-ray?

Blue Button | the webpage X-ray是由Voice Group開發的Chrome擴展程式,該擴展的主要功能是“See title tags & meta description, scripts, stylesheets, images & fonts”。

擴展截圖

screenshot
screenshot
screenshot

下載Blue Button | the webpage X-ray擴展crx文件

下載Blue Button | the webpage X-ray擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Creative or creator, designer or developer, chances are you don’t look at websites the same way most people do. Blue Button gives you a run-down of all essential web design, graphic and SEO elements in one click. Instantly see beneath the surface, and get all the info you need on any web page, whilst on the go.

FOR SEO MANAGERS
Easily access SEO related information such as title tag content, meta description, header information such as canonical url, image alt tags, authorship tags (publisher tag, author tag) etc

FOR CONTENT MANAGERS AND COPYWRITERS
Easily copy & paste meta description and title tag to new websites

FOR DEVELOPERS
Access a list of all scripts and stylesheets used on the site. View meta generator, wordpress scripts and theme references

FOR WEB DESIGNERS
View site favicon, touch icons and other images. Find out what google fonts are loaded                    

擴展基本資訊

名稱 Blue Button | the webpage X-ray Blue Button | the webpage X-ray
ID ahbcoeleapdfhmlnjglbiaddohfncace
官方網址 https://chromewebstore.google.com/detail/blue-button-the-webpage-x/ahbcoeleapdfhmlnjglbiaddohfncace
簡介 See title tags & meta description, scripts, stylesheets, images & fonts
檔案大小 82.66 KB
安裝次數 10,000
目前版本 3.0.15
更新時間 2021-06-08
上架時間 2018-02-14
評分 4.71/5 共 21 次評分
開發者 Voice Group
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "blue-button-icon-128x128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "dom.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "See title tags & meta description, scripts, stylesheets, images & fonts",
    "icons": {
        "128": "blue-button-icon-128x128.png"
    },
    "manifest_version": 2,
    "name": "Blue Button | the webpage X-ray",
    "permissions": [],
    "short_name": "Blue Button",
    "version": "3.0.15"
}