Seo Previewer

Show Seo Tags

Seo Previewer란 무엇입니까?

Seo Previewer은(는) https://egami2787.hatenablog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Seo Tags"입니다.

확장 프로그램 스크린샷

screenshot

Seo Previewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        閲覧中のウェブサイトにおいて、SEOで重要となるタグの中身を簡単に見ることができます。

You can see contents which is important for SEO easily. Try it out!!!                    

확장 프로그램 기본 정보

이름 Seo Previewer Seo Previewer
ID ehddoakgfehpkahfcnknofmimkhcomln
공식 URL https://chromewebstore.google.com/detail/seo-previewer/ehddoakgfehpkahfcnknofmimkhcomln
설명 Show Seo Tags
파일 크기 62.11 KB
설치 횟수 46
현재 버전 1.5
최근 업데이트 2016-04-18
출시 날짜 2016-04-18
개발자 https://egami2787.hatenablog.com
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Seo Previewer",
    "version": "1.5",
    "description": "Show Seo Tags",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicon.png"
    }
}