Easy Filters
Easily accessible filters to narrow Google search results
什么是Easy Filters?
Easy Filters是由andhapp开发的Chrome扩展程序,该扩展的主要功能是“Easily accessible filters to narrow Google search results”。
扩展截图
下载Easy Filters扩展crx文件
下载Easy Filters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
While searching, sometimes you are looking for a more recent articles or something from a particular region or a particular language. You can do it using "Filters". This extension exposes the various search filtering options right on the search results page, making it much more accessible. 扩展基本信息
| 名称 | |
| ID | keabeglapomgmmgkmenpdcaljmlnjpmk |
| 官方URL | https://chromewebstore.google.com/detail/easy-filters/keabeglapomgmmgkmenpdcaljmlnjpmk |
| 简介 | Easily accessible filters to narrow Google search results |
| 文件大小 | 127 KB |
| 安装次数 | 113 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2023-08-26 |
| 上架时间 | 2023-02-06 |
| 开发者 | andhapp |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Easy Filters",
"description": "Easily accessible filters to narrow Google search results",
"version": "0.0.3",
"manifest_version": 3,
"action": {
"default_title": "Easy Filters",
"default_icon": {
"16": "icon192x192.png",
"48": "icon192x192.png",
"128": "icon192x192.png"
}
},
"icons": {
"16": "icon192x192.png",
"48": "icon192x192.png",
"128": "icon192x192.png"
},
"content_scripts": [
{
"js": [
"index_bundle.js"
],
"matches": [
"https:\/\/*\/search*"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"declarativeContent"
]
} | |