SEO Meta Helper

Analyze and highlight the keywords and meta tags on the page

SEO Meta Helper란 무엇입니까?

SEO Meta Helper은(는) petrovnn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyze and highlight the keywords and meta tags on the page"입니다.

확장 프로그램 스크린샷

screenshot

SEO Meta Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Analyze and highlight the keywords and meta tags on the page

issues and pull requests are welcome on GitHub: https://github.com/petrovnn/seometahelper/issues                    

확장 프로그램 기본 정보

이름 SEO Meta Helper SEO Meta Helper
ID ophnbpddglgmhejmapegoopggbelkeep
공식 URL https://chrome.google.com/webstore/detail/seo-meta-helper/ophnbpddglgmhejmapegoopggbelkeep
설명 Analyze and highlight the keywords and meta tags on the page
파일 크기 33.21 KB
설치 횟수 516
현재 버전 0.9.7
최근 업데이트 2019-03-14
출시 날짜 2019-03-14
평점 5.00/5 총 3 개의 평점
개발자 petrovnn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/meta-systems/seometahelper
도움말 페이지 URL https://github.com/petrovnn/seometahelper/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Meta Helper",
    "version": "0.9.7",
    "manifest_version": 2,
    "description": "Analyze and highlight the keywords and meta tags on the page",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/seo-meta-helper\/ophnbpddglgmhejmapegoopggbelkeep",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "SEO meta helper",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js",
            "popup.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "fix.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "copy.svg"
    ]
}