Search Funnel

The fastest way to get search results

什麼是Search Funnel?

Search Funnel是由https://diamondiumtechnologies.com開發的Chrome擴展程式,該擴展的主要功能是“The fastest way to get search results”。

擴展截圖

screenshot

下載Search Funnel擴展crx文件

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

擴展使用說明

                        There's no faster way to search between multiple platforms!

Simply type in what you want to search, then select where to view the results from.  

No need for extra bookmarks; Search Funnel does the work for you.                    

擴展基本資訊

名稱 Search Funnel Search Funnel
ID amhmicmknlmcfmlobpbmhcdhkdpbipfb
官方網址 https://chromewebstore.google.com/detail/search-funnel/amhmicmknlmcfmlobpbmhcdhkdpbipfb
簡介 The fastest way to get search results
檔案大小 1.55 MB
安裝次數 193
目前版本 1.3
更新時間 2022-06-07
上架時間 2020-05-17
評分 5.00/5 共 2 次評分
開發者 https://diamondiumtechnologies.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Funnel",
    "short_name": "searchfunnel",
    "manifest_version": 3,
    "version": "1.3",
    "description": "The fastest way to get search results",
    "action": {
        "default_icon": {
            "16": "icons\/search-funnel-icon-16.png",
            "24": "icons\/search-funnel-icon-24.png",
            "32": "icons\/search-funnel-icon-32.png",
            "48": "icons\/search-funnel-icon-48.png",
            "128": "icons\/search-funnel-icon-128.png"
        },
        "default_title": "Search Funnel",
        "default_popup": "searchFunnel.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/search-funnel-icon-16.png",
        "24": "icons\/search-funnel-icon-24.png",
        "32": "icons\/search-funnel-icon-32.png",
        "48": "icons\/search-funnel-icon-48.png",
        "128": "icons\/search-funnel-icon-128.png"
    }
}