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 "
}