Easy Filters
Easily accessible filters to narrow Google search results
What is Easy Filters?
Easy Filters is a Chrome extension developed by andhapp, and its main feature is "Easily accessible filters to narrow Google search results".
Extension Screenshots
Download Easy Filters Extension CRX File
Download Easy Filters 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
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.
Extension Basic Information
Name | Easy Filters |
ID | keabeglapomgmmgkmenpdcaljmlnjpmk |
Official URL | https://chromewebstore.google.com/detail/easy-filters/keabeglapomgmmgkmenpdcaljmlnjpmk |
Description | Easily accessible filters to narrow Google search results |
File Size | 127 KB |
Installation Count | 113 |
Current Version | 0.0.3 |
Last Updated | 2023-08-26 |
Publish Date | 2023-02-06 |
Developer | andhapp |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |