Customized Search

This Extension will configure your default search to Customized Search. Start by typing a query in the search field.

Customized Searchとは何ですか?

Customized Searchはhttps://find.customizedsearch.netによって開発されたChromeの拡張機能で、その主な機能は「This Extension will configure your default search to Customized Search. Start by typing a query in the search field.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Customized Search拡張機能のCRXファイルをダウンロード

Customized Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search the web using this useful tool from the address bar.

This extension configures your default search setting to Customized Search with results powered best suitable search provider.

This extension can be uninstalled at any time.

Permissions & Reasons Used:

Our extension only uses the minimum permissions required.                    

拡張機能の基本情報

名前 Customized Search Customized Search
ID nbimgmpbgkljaamdhfhggfchmfmdddca
公式URL https://chrome.google.com/webstore/detail/customized-search/nbimgmpbgkljaamdhfhggfchmfmdddca
説明 This Extension will configure your default search to Customized Search. Start by typing a query in the search field.
ファイルサイズ 90.98 KB
インストール数 10,000
現在のバージョン 1.02
最終更新日 2022-02-08
公開日 2020-11-23
開発者 https://find.customizedsearch.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://customizedsearch.net
ヘルプページのURL https://customizedsearch.net/contact/
プライバシーポリシーページのURL https://customizedsearch.net/privacy
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-2.2.4.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "image\/16.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/find.customizedsearch.net\/favicon.ico",
            "is_default": true,
            "keyword": "Customized Search",
            "name": "Customized Search",
            "search_url": "https:\/\/find.customizedsearch.net\/?q={searchTerms}"
        }
    },
    "description": "This Extension will configure your default search to Customized Search. Start by typing a query in the search field.",
    "icons": {
        "128": "image\/128.png",
        "64": "image\/64.png",
        "48": "image\/48.png",
        "32": "image\/32.png",
        "16": "image\/16.png"
    },
    "homepage_url": "https:\/\/find.customizedsearch.net\/?c=1905",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "manifest_version": 2,
    "name": "Customized Search",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/find.customizedsearch.net\/*",
        "https:\/\/find.customizedsearch.net\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.02"
}