My Search Easy

Place Google on the home page with relevant search results

什麼是My Search Easy?

My Search Easy是由mysearcheasy開發的Chrome擴展程式,該擴展的主要功能是“Place Google on the home page with relevant search results”。

擴展截圖

screenshot

下載My Search Easy擴展crx文件

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

擴展使用說明

                        Add our extension and you will have Google on your home page, allowing you to search normally and obtain additional results relevant to your searches.

Our extension is extremely useful for those who do not have browser configuration skills and is already helping thousands of people across the internet.

100% FREE EXTENSION                    

擴展基本資訊

名稱 My Search Easy My Search Easy
ID jbjfdddnphnaibbakmbimpokldmpkjcj
官方網址 https://chromewebstore.google.com/detail/my-search-easy/jbjfdddnphnaibbakmbimpokldmpkjcj
簡介 Place Google on the home page with relevant search results
檔案大小 187 KB
安裝次數 70
目前版本 4.2
更新時間 2024-01-10
上架時間 2022-08-27
開發者 mysearcheasy
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://mysearcheasy.com/politicas
支援的語言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Search Easy",
    "description": "Place Google on the home page with relevant search results",
    "version": "4.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*",
                "https:\/\/www.google.com.br\/search?*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/mysearcheasy.com\/google\/"
        ]
    },
    "icons": {
        "16": "imagens\/icon_16px.png",
        "32": "imagens\/icon_32px.png",
        "96": "imagens\/icon_96px.png",
        "48": "imagens\/icon_48px.png",
        "128": "imagens\/icon_128px.png"
    }
}