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
公式URL 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
Eメール [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"
}