Easy Filters

Easily accessible filters to narrow Google search results

Wat is Easy Filters?

Easy Filters is een Chrome-extensie ontwikkeld door andhapp, en de belangrijkste functie is "Easily accessible filters to narrow Google search results".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Easy Filters

Download Easy Filters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Easy Filters Easy Filters
ID keabeglapomgmmgkmenpdcaljmlnjpmk
Officiële URL https://chromewebstore.google.com/detail/easy-filters/keabeglapomgmmgkmenpdcaljmlnjpmk
Beschrijving Easily accessible filters to narrow Google search results
Bestandsgrootte 127 KB
Aantal Installaties 113
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-08-26
Publicatiedatum 2023-02-06
Ontwikkelaar andhapp
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}