Search Engine Zombie

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

什么是Search Engine Zombie?

Search Engine Zombie是由ZombieCorp开发的Chrome扩展程序,该扩展的主要功能是“Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.”。

扩展截图

screenshot
screenshot
screenshot

下载Search Engine Zombie扩展crx文件

下载Search Engine Zombie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Search Engine Zombie Search Engine Zombie
ID bpmejocibppmcnbcafackalhnilkhiac
官方URL https://chromewebstore.google.com/detail/search-engine-zombie/bpmejocibppmcnbcafackalhnilkhiac
简介 Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.
文件大小 199 KB
安装次数 37
当前版本 1.0
更新时间 2015-05-22
上架时间 2015-05-21
评分 5.00/5 共1次评分
开发者 ZombieCorp
付费类型 free
扩展官网 http://www.zombiecorp.com.br
支持的语言 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 "
}