Search Engine Zombie

Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.

¿Qué es Search Engine Zombie?

Search Engine Zombie es una extensión de Chrome desarrollada por ZombieCorp, y su función principal es "Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Search Engine Zombie

Descarga archivos de extensión Search Engine Zombie 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

                        Search Engine Zombie is a simple little tool that let's you inspect files and check for very, very, very, basic SEO guidelines on your page.
It checks existence of Title tags, Meta tags, Header tags, looks for images without alt attributes and links without title attributes.
It does some basic checking like verifying that your title is within the 72 character range and that your description also does not exceed the limit.
It has a nifty little word counter that counts occurrences of words that are longer than 2 characters long too, helping you, if you want, to choose the most frequently used words in your document.
At this stage, it is very, very basic. It does not do much more than what I have described, yet, it does com in handy for very basic SEO checking of a page.                    

Información Básica de la Extensión

Nombre Search Engine Zombie Search Engine Zombie
ID bpmejocibppmcnbcafackalhnilkhiac
URL Oficial https://chromewebstore.google.com/detail/search-engine-zombie/bpmejocibppmcnbcafackalhnilkhiac
Descripción Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.
Tamaño del Archivo 199 KB
Cantidad de Instalaciones 37
Versión Actual 1.0
Última Actualización 2015-05-22
Fecha de Publicación 2015-05-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador ZombieCorp
Tipo de Pago free
Sitio Web de la Extensión http://www.zombiecorp.com.br
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Engine Zombie",
    "description": "Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "author": "Gregory Brown "
}