Search Funnel

The fastest way to get search results

What is Search Funnel?

Search Funnel is a Chrome extension developed by https://diamondiumtechnologies.com, and its main feature is "The fastest way to get search results".

Extension Screenshots

screenshot

Download Search Funnel Extension CRX File

Download Search Funnel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Search Funnel Search Funnel
ID amhmicmknlmcfmlobpbmhcdhkdpbipfb
Official URL https://chromewebstore.google.com/detail/search-funnel/amhmicmknlmcfmlobpbmhcdhkdpbipfb
Description The fastest way to get search results
File Size 1.55 MB
Installation Count 193
Current Version 1.3
Last Updated 2022-06-07
Publish Date 2020-05-17
Rating 5.00/5 Total 2 Ratings
Developer https://diamondiumtechnologies.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}