Easy Filters
Easily accessible filters to narrow Google search results
Hvad er Easy Filters?
Easy Filters er en Chrome-udvidelse udviklet af andhapp, og dens hovedfunktion er "Easily accessible filters to narrow Google search results".
Udvidelsesskærmbilleder
Download Easy Filters-udvidelses-CRX-fil
Download Easy Filters-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Easy Filters |
ID | keabeglapomgmmgkmenpdcaljmlnjpmk |
Officiel URL | https://chromewebstore.google.com/detail/easy-filters/keabeglapomgmmgkmenpdcaljmlnjpmk |
Beskrivelse | Easily accessible filters to narrow Google search results |
Filstørrelse | 127 KB |
Antal Installationer | 113 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2023-08-26 |
Udgivelsesdato | 2023-02-06 |
Udvikler | andhapp |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |