Simple On Page SEO

SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.

What is Simple On Page SEO?

Simple On Page SEO is a Chrome extension developed by _DaveBennett, and its main feature is "SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.".

Extension Screenshots

screenshot

Download Simple On Page SEO Extension CRX File

Download Simple On Page SEO 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

                        I needed an on page SEO analyzer for my website that was like Yoast SEO. My goal was to do some simple keyword analysis and checks. Wrote for fun, there might be some bugs so let me know.                    

Extension Basic Information

Name Simple On Page SEO Simple On Page SEO
ID aemgcoipfmfbdgfgicfbmpjnhlbpajch
Official URL https://chromewebstore.google.com/detail/simple-on-page-seo/aemgcoipfmfbdgfgicfbmpjnhlbpajch
Description SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.
File Size 42.99 KB
Installation Count 1,221
Current Version 1.2
Last Updated 2019-07-11
Publish Date 2019-07-10
Rating 4.00/5 Total 2 Ratings
Developer _DaveBennett
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.",
    "version": "1.2",
    "name": "Simple On Page SEO",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}