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
官方網址 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
電子郵箱 [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"
}