BetterSearch
Advanced Search Home Page for Google
什么是BetterSearch?
BetterSearch是由David Amunga开发的Chrome扩展程序,该扩展的主要功能是“Advanced Search Home Page for Google”。
扩展截图
下载BetterSearch扩展crx文件
下载BetterSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool will help you get advanced search options for Google straight from your homepage. Search for whatever you want filtered by site,date posted and file type all in one page.
扩展基本信息
名称 | BetterSearch |
ID | dljpnnljallpkofiiajajdnakilolkoh |
官方URL | https://chromewebstore.google.com/detail/bettersearch/dljpnnljallpkofiiajajdnakilolkoh |
简介 | Advanced Search Home Page for Google |
文件大小 | 515 KB |
安装次数 | 39 |
当前版本 | 0.0.2 |
更新时间 | 2021-08-13 |
上架时间 | 2021-08-12 |
评分 | 5.00/5 共1次评分 |
开发者 | David Amunga |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterSearch", "description": "Advanced Search Home Page for Google", "version": "0.0.2", "action": { "default_icon": "\/img\/favicon-16x16.png" }, "icons": { "16": "\/img\/favicon-16x16.png", "32": "\/img\/favicon-32x32.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |