Search Funnel

The fastest way to get search results

Search Funnel là gì?

Search Funnel là một tiện ích mở rộng Chrome được phát triển bởi https://diamondiumtechnologies.com, và tính năng chính của nó là "The fastest way to get search results".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Funnel

Tải xuống các tệp mở rộng Search Funnel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Funnel Search Funnel
ID amhmicmknlmcfmlobpbmhcdhkdpbipfb
URL Chính Thức https://chromewebstore.google.com/detail/search-funnel/amhmicmknlmcfmlobpbmhcdhkdpbipfb
Mô tả The fastest way to get search results
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-06-07
Ngày Phát Hành 2020-05-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://diamondiumtechnologies.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}