Page title tool

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

¿Qué es Page title tool?

Page title tool es una extensión de Chrome desarrollada por marchogh, y su función principal es "Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Page title tool

Descarga archivos de extensión Page title tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Page title tool Page title tool
ID amppablblpkieebandnoajjmppnlehkc
URL Oficial https://chromewebstore.google.com/detail/page-title-tool/amppablblpkieebandnoajjmppnlehkc
Descripción Page title tool reflects the appearance of a snippet in Google SERPs, which allows SEOs to optimize a page title
Tamaño del Archivo 10.05 KB
Cantidad de Instalaciones 35
Versión Actual 1.0.1
Última Actualización 2019-07-07
Fecha de Publicación 2019-07-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador marchogh
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.marchogh.dk/
Idiomas Soportados 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"
        }
    }
}