Shane's SERP Highlighter

Shane's SERP Highlighter

什麼是Shane's SERP Highlighter?

Shane's SERP Highlighter是由https://shanejones.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Shane's SERP Highlighter”。

擴展截圖

screenshot
screenshot

下載Shane's SERP Highlighter擴展crx文件

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

擴展使用說明

                        A simple plugin that can highlight yours and your competitors websites on Google and Bing.                    

擴展基本資訊

名稱 Shane's SERP Highlighter Shane's SERP Highlighter
ID bojofaaggkldibamcbjdilndlnbbkdap
官方網址 https://chromewebstore.google.com/detail/shanes-serp-highlighter/bojofaaggkldibamcbjdilndlnbbkdap
簡介 Shane's SERP Highlighter
檔案大小 7.46 KB
安裝次數 53
目前版本 1.2.1
更新時間 2023-11-09
上架時間 2023-06-14
評分 1.00/5 共 1 次評分
開發者 https://shanejones.co.uk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://shanejones.co.uk/blog/serp-highlighter/?utm_source=chrome-extension&utm_medium=chrome-store&utm_campaign=serp-highlighter
說明頁面URL https://shanejones.co.uk/blog/serp-highlighter/?utm_source=chrome-extension&utm_medium=chrome-store&utm_campaign=serp-highlighter
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shane's SERP Highlighter",
    "version": "1.2.1",
    "manifest_version": 3,
    "description": "Shane's SERP Highlighter",
    "homepage_url": "https:\/\/shanejones.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "src\/options.html",
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.bing.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}