Find-it.Pro Search

Custom search provider in the address bar.

Find-it.Pro Searchとは何ですか?

Find-it.Pro Searchはhttps://find-it.proによって開発されたChromeの拡張機能で、その主な機能は「Custom search provider in the address bar.」です。

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

screenshot
screenshot
screenshot

Find-it.Pro Search拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The extension changes the default search engine. It offers search results from poshukach.com


1) Click on the three vertical lines icon in the upper right-hand corner of your Chrome browser.
2) Go to “Settings”.
3) In the menu that appears click on “More tools” and then “Extensions”.
4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall.
5) Click on the button “Remove” (for the toolbar extension you wish to uninstall).
6) Close your browser completely and reopen it. Our extension should be removed from your Chrome browser.



For assistance from our customer service team, please email us at |  [email protected]                    

拡張機能の基本情報

名前 Find-it.Pro Search Find-it.Pro Search
ID meejmcfbiapijdfaadackoblffmidlig
公式URL https://chrome.google.com/webstore/detail/meejmcfbiapijdfaadackoblffmidlig
説明 Custom search provider in the address bar.
ファイルサイズ 11.5 KB
インストール数 846,492
現在のバージョン 1.0.0.8
最終更新日 2022-08-31
公開日 2020-03-03
評価 1.43/5 合計 60 レビュー
開発者 https://find-it.pro
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://bit.ly/3q2njMh
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/find-it.pro\/favicon.ico",
            "is_default": true,
            "keyword": "find-it.pro",
            "name": "__MSG_searchName__",
            "search_url": "https:\/\/find-it.pro\/search?q={searchTerms}",
            "suggest_url": "https:\/\/find-it.pro\/search\/suggest.php?q={searchTerms}"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "cookies",
        "history",
        "*:\/\/*.find-it.pro\/*"
    ],
    "version": "1.0.0.8"
}