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란 무엇입니까?

SEO Tools은(는) https://ua.linkedin.com/in/alexandrtrifonov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 SEO Tools SEO Tools
ID imnmfegamaojanomknehamghbdlfdmjj
공식 URL https://chrome.google.com/webstore/detail/seo-tools/imnmfegamaojanomknehamghbdlfdmjj
설명 Great SEO tools. Some of them: Check headers, cache, info page. Also info about rel='nofollow' and noindex & nollow in page and etc.
파일 크기 21.79 KB
설치 횟수 508
현재 버전 1.1.0
최근 업데이트 2015-10-22
출시 날짜 2015-10-22
평점 5.00/5 총 4 개의 평점
개발자 https://ua.linkedin.com/in/alexandrtrifonov
결제 유형 free
지원되는 언어 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"
    }
}