Searchiteasy Internet Search

Get search results from web, images, videos and news.

什麼是Searchiteasy Internet Search?

Searchiteasy Internet Search是由SearchItEasy開發的Chrome擴展程式,該擴展的主要功能是“Get search results from web, images, videos and news.”。

擴展截圖

screenshot

下載Searchiteasy Internet Search擴展crx文件

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

擴展使用說明

                        searchiteasy search enable user's browser to search web results. This awesome extension provides eye-catching background images and quick links to popular social channels on a new tab.

By clicking "Add to Chrome", I accept and agree to installing the searchiteasy Chrome extension and setting Chrome New Tab and default search to that provided by the service and the Terms of Use and Privacy Policy. 

Newtab and default search will be powered by Microsoft Bing.

Terms & Conditions: https://searchiteasy.com/terms-conditions                    

擴展基本資訊

名稱 Searchiteasy Internet Search Searchiteasy Internet Search
ID gnpklpepfkppldfhdaaajfcnhljebflg
官方網址 https://chromewebstore.google.com/detail/searchiteasy-internet-sea/gnpklpepfkppldfhdaaajfcnhljebflg
簡介 Get search results from web, images, videos and news.
檔案大小 4.08 MB
安裝次數 11,415
目前版本 0.1.8
更新時間 2023-11-08
上架時間 2021-04-28
評分 5.00/5 共 70 次評分
開發者 SearchItEasy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://searchiteasy.com/
說明頁面URL https://searchiteasy.com/contact
隱私政策頁面URL https://searchiteasy.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Alphazeta Systems Ltd",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [
                "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}",
                "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}"
            ],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/searchiteasy.com\/favicon.ico",
            "image_url": "https:\/\/searchiteasy.com\/image?q={searchTerms}",
            "image_url_post_params": "image_lang=searchiteasy.com",
            "instant_url": "https:\/\/searchiteasy.com\/instant?q={searchTerms}",
            "instant_url_post_params": "instant_lang=searchiteasy.com",
            "is_default": true,
            "keyword": "keyword.searchiteasy.com",
            "name": "searchiteasy.com",
            "search_url": "https:\/\/searchiteasy.com\/trk\/t.php?q={searchTerms}",
            "search_url_post_params": "search_lang=searchiteasy.com",
            "suggest_url": "https:\/\/searchiteasy.com\/suggest?q={searchTerms}",
            "suggest_url_post_params": "suggest_lang=searchiteasy.com"
        }
    },
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;"
    },
    "description": "Get search results from web, images, videos and news.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Searchiteasy Internet Search",
    "version": "0.1.8"
}