Page title tool

Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title

What is Page title tool?

Page title tool is a Chrome extension developed by marchogh, and its main feature is "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".

Extension Screenshots

screenshot

Download Page title tool Extension CRX File

Download Page title tool 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

                        This page title tool reflects the appearance of a snippet in Google SERPs, which allows to optimize a page title.

Measure the length of the page title.

If page title is between 65 - 70 characters it will show yellow warning and if it's over 70 characters it will show red error.                    

Extension Basic Information

Name Page title tool Page title tool
ID amppablblpkieebandnoajjmppnlehkc
Official URL https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc
Description Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
File Size 10.05 KB
Installation Count 35
Current Version 1.0.1
Last Updated 2019-07-07
Publish Date 2019-07-06
Rating 5.00/5 Total 1 Ratings
Developer marchogh
Email [email protected]
Payment Type free
Extension Website https://www.marchogh.dk/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page title tool",
    "description": "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens popup.html"
        }
    }
}