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文件

下載Keyword Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}