Search Funnel
The fastest way to get search results
什么是Search Funnel?
Search Funnel是由https://diamondiumtechnologies.com开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to get search results”。
扩展截图
下载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 |
ID | amhmicmknlmcfmlobpbmhcdhkdpbipfb |
官方URL | 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" } } |