SEO-HTML

This extension is to inspect the HTML source of a website and to display SEO relevant information.

SEO-HTML란 무엇입니까?

SEO-HTML은(는) Daniel Lucks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is to inspect the HTML source of a website and to display SEO relevant information."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SEO-HTML 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is to analyze the HTML source code (without DOM modifications done by Javascript) of a website and to display SEO relevant information. I know, there are many extension available like this, but I think the advantage of this one is to display the important information compact in a quick an easy way. Just click the icon, and a little popup shows up.

This is just a first version of this extension, so feedback is very welcome!

Icon by http://designmodo.com                    

확장 프로그램 기본 정보

이름 SEO-HTML SEO-HTML
ID lgjdkielngenkbnfmioemjcldnhlcpkn
공식 URL https://chromewebstore.google.com/detail/seo-html/lgjdkielngenkbnfmioemjcldnhlcpkn
설명 This extension is to inspect the HTML source of a website and to display SEO relevant information.
파일 크기 16.92 KB
설치 횟수 2,742
현재 버전 0.3.2
최근 업데이트 2014-01-06
출시 날짜 2014-01-06
평점 4.00/5 총 10 개의 평점
개발자 Daniel Lucks
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO-HTML",
    "description": "This extension is to inspect the HTML source of a website and to display SEO relevant information.",
    "short_name": "SEO-HTML",
    "version": "0.3.2",
    "author": "Daniel Lucks",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon-24.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}