Keyword Checker

Check for missing keywords in the content of the current web page.

Keyword Checker란 무엇입니까?

Keyword Checker은(는) https://www.bigtechies.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check for missing keywords in the content of the current web page."입니다.

확장 프로그램 스크린샷

screenshot

Keyword Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Keyword Checker Chrome Extension
Keyword Checker is a Google Chrome extension that helps you check for missing keywords in the content of the current web page. The extension works by analyzing the content of the page and comparing it to a list of predefined keywords.                    

확장 프로그램 기본 정보

이름 Keyword Checker Keyword Checker
ID plndmgedaicbgmocifcjmimognpdnhjf
공식 URL https://chromewebstore.google.com/detail/keyword-checker/plndmgedaicbgmocifcjmimognpdnhjf
설명 Check for missing keywords in the content of the current web page.
파일 크기 38.44 KB
설치 횟수 425
현재 버전 1.2
최근 업데이트 2023-06-19
출시 날짜 2023-05-22
평점 4.88/5 총 8 개의 평점
개발자 https://www.bigtechies.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bigtechies.com/
도움말 페이지 URL https://github.com/AleemIqbal/keyword-checker-extension
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Keyword Checker"
    },
    "description": "Check for missing keywords in the content of the current web page.",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkRE5hQ\/JWsQai3hjO6DrPILHjGy3cUgfT2GzWP50HO09E6Lzg0z7kYwHiBx2x9X9Xr9ixzzo5znRozzTsvyZ\/d51FYOBLi3vuVtGyTQ7rIfJtfg9BUdipV\/V\/gmjBqk+zhqF74PfN2TsbqbMda8ZG\/5vCFERE9WxDtMwe3b5hBV580xS1lx3EV6\/3+VJfdz3JphuyI077ZmN1vPethqGspHZbaeprvgf5n7Iokoi04Qf+oCKOg1EpgEZSwI5FitSOYEUAsmoRlNCyD4xN5hgoqBBHQ+\/ds+Qy4Uifbo5nKUH\/p3KYuq3RRKw2mjAJdr+zmZemYPK65iX0+eoRVUhEQIDAQAB",
    "manifest_version": 3,
    "name": "Keyword Checker",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}