Meta Debugger

Debug the head section of any webpage in a comfortable way.

Meta Debuggerとは何ですか?

Meta Debuggerはbluemoehreによって開発されたChromeの拡張機能で、その主な機能は「Debug the head section of any webpage in a comfortable way.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Meta Debugger拡張機能のCRXファイルをダウンロード

Meta Debugger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension was made to simplify the daily work with webpage meta data (head contents) like titles, canonicals, Open Graph data, icons and many more things. 

It will add another panel to your Chrome DevTools and allow you to see all information at a glance, nicely grouped and in real time.

- Results are displayed in their source code order
- The result list is always kept up-to-date. When (for whatever reason) it seems stucked, you may press the reload button located at the upper right.
- The filter can be easily used by starting typing (the input doesn't need to be focused before)
- You can filter by multiple arguments if you use `,` as delimiter (e.g. "title, canonical")
- To show up result options/actions simply hover its row

If you find some bugs please report them via Github:
https://github.com/bluemoehre/chrome-meta-debugger
Thanks!                    

拡張機能の基本情報

名前 Meta Debugger Meta Debugger
ID jfpdemgdamgplelnlmaecbonkfgfgomp
公式URL https://chromewebstore.google.com/detail/meta-debugger/jfpdemgdamgplelnlmaecbonkfgfgomp
説明 Debug the head section of any webpage in a comfortable way.
ファイルサイズ 59.75 KB
インストール数 1,782
現在のバージョン 0.7
最終更新日 2018-12-20
公開日 2018-12-19
評価 4.89/5 合計 9 レビュー
開発者 bluemoehre
支払い方法 free
拡張機能のウェブサイト https://github.com/bluemoehre/chrome-meta-debugger
ヘルプページのURL https://github.com/bluemoehre/chrome-meta-debugger/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meta Debugger",
    "description": "Debug the head section of any webpage in a comfortable way.",
    "version": "0.7",
    "author": "bluemoehre",
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Meta Debugger Extension",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "devtools_page": "html\/background-devtools.html"
}