Meta Debugger

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

Meta Debugger là gì?

Meta Debugger là một tiện ích mở rộng Chrome được phát triển bởi bluemoehre, và tính năng chính của nó là "Debug the head section of any webpage in a comfortable way.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meta Debugger

Tải xuống các tệp mở rộng Meta Debugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meta Debugger Meta Debugger
ID jfpdemgdamgplelnlmaecbonkfgfgomp
URL Chính Thức https://chromewebstore.google.com/detail/meta-debugger/jfpdemgdamgplelnlmaecbonkfgfgomp
Mô tả Debug the head section of any webpage in a comfortable way.
Kích Thước Tệp 59.75 KB
Số Lần Cài Đặt 1,782
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2018-12-20
Ngày Phát Hành 2018-12-19
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển bluemoehre
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bluemoehre/chrome-meta-debugger
URL Trang Trợ Giúp https://github.com/bluemoehre/chrome-meta-debugger/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}