Search Engine Zombie

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

Qu'est-ce que Search Engine Zombie ?

Search Engine Zombie est une extension Chrome développée par ZombieCorp, et sa fonction principale est "Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Search Engine Zombie

Téléchargez les fichiers d'extension Search Engine Zombie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Search Engine Zombie Search Engine Zombie
ID bpmejocibppmcnbcafackalhnilkhiac
URL Officiel https://chromewebstore.google.com/detail/search-engine-zombie/bpmejocibppmcnbcafackalhnilkhiac
Description Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.
Taille du Fichier 199 KB
Nombre d'Installations 37
Version Actuelle 1.0
Dernière Mise à Jour 2015-05-22
Date de Publication 2015-05-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur ZombieCorp
Type de Paiement free
Site Web de l'Extension http://www.zombiecorp.com.br
Langues Prises en Charge 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 "
}