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
公式URL 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
Eメール [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"
    }
}