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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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