SEO Tools

Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.

SEO Tools là gì?

SEO Tools là một tiện ích mở rộng Chrome được phát triển bởi https://ua.linkedin.com/in/alexandrtrifonov, và tính năng chính của nó là "Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.".

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

Tải xuống các tệp mở rộng SEO Tools 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

                        Great SEO tools. 
Instrument for SEO Specialist & Manager, This instrument contain:
1) Check Google Cache;
2) Check SimilarWeb;
3) Check Headers at page (h1-h6);
4) Get info about page (title, description, keywords, canonical, prev, next, shortLink, meta robots);
5) Find schema.org elements;
6) Find hidden block;
7) Count word & symbols (necessary to highlight the text on the page);
8) Get al links from page;
9) Check image URL & ALT;
10 Web Archive;
11) Robots.txt
12) And other good thinks;
10) Also float popup block at page with noindex,nofollow meta robots;
11) Highlighted rel="nofollow";                    

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

Tên SEO Tools SEO Tools
ID imnmfegamaojanomknehamghbdlfdmjj
URL Chính Thức https://chrome.google.com/webstore/detail/seo-tools/imnmfegamaojanomknehamghbdlfdmjj
Mô tả Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.
Kích Thước Tệp 21.79 KB
Số Lần Cài Đặt 508
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2015-10-22
Ngày Phát Hành 2015-10-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://ua.linkedin.com/in/alexandrtrifonov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Alexandr Trifonov",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "SEO Tools",
    "description": "Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.",
    "version": "1.1.0",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "SEO Tools",
        "default_icon": "128.png",
        "default_popup": "popup.html"
    }
}