SEO Meta Helper

Analyze and highlight the keywords and meta tags on the page

SEO Meta Helper là gì?

SEO Meta Helper là một tiện ích mở rộng Chrome được phát triển bởi petrovnn, và tính năng chính của nó là "Analyze and highlight the keywords and meta tags on the page".

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

screenshot

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

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

                        Analyze and highlight the keywords and meta tags on the page

issues and pull requests are welcome on GitHub: https://github.com/petrovnn/seometahelper/issues                    

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

Tên SEO Meta Helper SEO Meta Helper
ID ophnbpddglgmhejmapegoopggbelkeep
URL Chính Thức https://chrome.google.com/webstore/detail/seo-meta-helper/ophnbpddglgmhejmapegoopggbelkeep
Mô tả Analyze and highlight the keywords and meta tags on the page
Kích Thước Tệp 33.21 KB
Số Lần Cài Đặt 516
Phiên Bản Hiện Tại 0.9.7
Cập Nhật Lần Cuối 2019-03-14
Ngày Phát Hành 2019-03-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển petrovnn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/meta-systems/seometahelper
URL Trang Trợ Giúp https://github.com/petrovnn/seometahelper/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Meta Helper",
    "version": "0.9.7",
    "manifest_version": 2,
    "description": "Analyze and highlight the keywords and meta tags on the page",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/seo-meta-helper\/ophnbpddglgmhejmapegoopggbelkeep",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "SEO meta helper",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js",
            "popup.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "fix.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "copy.svg"
    ]
}