SEO Inspector

This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel

SEO Inspector là gì?

SEO Inspector là một tiện ích mở rộng Chrome được phát triển bởi codefrog0, và tính năng chính của nó là "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SEO Inspector 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

                                            

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

Tên SEO Inspector SEO Inspector
ID iejckekdjogeeilmllnabmgkbbmedeal
URL Chính Thức https://chromewebstore.google.com/detail/seo-inspector/iejckekdjogeeilmllnabmgkbbmedeal
Mô tả This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
Kích Thước Tệp 58.53 KB
Số Lần Cài Đặt 1,594
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-03-29
Ngày Phát Hành 2017-03-29
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển codefrog0
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Inspector",
    "description": "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel",
    "version": "1.0.2",
    "devtools_page": "devtools.html",
    "options_page": "Panel\/AppTesterPanel.html",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "16": "icon\/[email protected]",
        "48": "icon\/[email protected]",
        "128": "icon\/[email protected]"
    },
    "browser_action": {
        "default_icon": "icon\/[email protected]",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "storage"
    ],
    "sandbox": {
        "pages": [
            "sandboxed.html"
        ]
    }
}