Page title tool

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

Was ist Page title tool?

Page title tool ist eine Chrome-Erweiterung, die von marchogh entwickelt wurde, und ihr Hauptmerkmal ist "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".

Erweiterungsscreenshots

screenshot

Page title tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Page title tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Page title tool Page title tool
ID amppablblpkieebandnoajjmppnlehkc
Offizielle URL https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc
Beschreibung Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Dateigröße 10.05 KB
Installationsanzahl 35
Aktuelle Version 1.0.1
Letztes Update 2019-07-07
Veröffentlichungsdatum 2019-07-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler marchogh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.marchogh.dk/
Unterstützte Sprachen 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"
        }
    }
}