SEO Meta Helper

Analyze and highlight the keywords and meta tags on the page

What is SEO Meta Helper?

SEO Meta Helper is a Chrome extension developed by petrovnn, and its main feature is "Analyze and highlight the keywords and meta tags on the page".

Extension Screenshots

screenshot

Download SEO Meta Helper Extension CRX File

Download SEO Meta Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SEO Meta Helper SEO Meta Helper
ID ophnbpddglgmhejmapegoopggbelkeep
Official URL https://chrome.google.com/webstore/detail/seo-meta-helper/ophnbpddglgmhejmapegoopggbelkeep
Description Analyze and highlight the keywords and meta tags on the page
File Size 33.21 KB
Installation Count 516
Current Version 0.9.7
Last Updated 2019-03-14
Publish Date 2019-03-14
Rating 5.00/5 Total 3 Ratings
Developer petrovnn
Email [email protected]
Payment Type free
Extension Website https://github.com/meta-systems/seometahelper
Help Page URL https://github.com/petrovnn/seometahelper/issues
Supported Languages 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"
    ]
}