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 là gì?

Search Engine Zombie là một tiện ích mở rộng Chrome được phát triển bởi ZombieCorp, và tính năng chính của nó là "Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Engine Zombie

Tải xuống các tệp mở rộng Search Engine Zombie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Engine Zombie Search Engine Zombie
ID bpmejocibppmcnbcafackalhnilkhiac
URL Chính Thức https://chromewebstore.google.com/detail/search-engine-zombie/bpmejocibppmcnbcafackalhnilkhiac
Mô tả Shows a simple analysis of your page SEO, Links, Images, tags, metas and suggests based on word frequency some keywords.
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-05-22
Ngày Phát Hành 2015-05-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ZombieCorp
Loại Thanh Toán free
Trang Web Mở Rộng http://www.zombiecorp.com.br
Ngôn Ngữ Được Hỗ Trợ 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 "
}