Easy Filters
Easily accessible filters to narrow Google search results
Co je Easy Filters?
Easy Filters je rozšíření Chrome vyvinuté andhapp, a jeho hlavní funkcí je „Easily accessible filters to narrow Google search results“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Easy Filters
Stáhněte si soubory rozšíření Easy Filters ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Easy Filters |
ID | keabeglapomgmmgkmenpdcaljmlnjpmk |
Oficiální URL | https://chromewebstore.google.com/detail/easy-filters/keabeglapomgmmgkmenpdcaljmlnjpmk |
Popis | Easily accessible filters to narrow Google search results |
Velikost souboru | 127 KB |
Počet instalací | 113 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2023-08-26 |
Datum Vydání | 2023-02-06 |
Vývojář | andhapp |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |