Easy Filters
Easily accessible filters to narrow Google search results
Co to jest Easy Filters?
Easy Filters to rozszerzenie Chrome opracowane przez andhapp, a jego główną funkcją jest „Easily accessible filters to narrow Google search results”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Easy Filters
Pobierz pliki rozszerzeń Easy Filters w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | keabeglapomgmmgkmenpdcaljmlnjpmk |
| Oficjalny URL | https://chromewebstore.google.com/detail/easy-filters/keabeglapomgmmgkmenpdcaljmlnjpmk |
| Opis | Easily accessible filters to narrow Google search results |
| Rozmiar pliku | 127 KB |
| Liczba instalacji | 113 |
| Aktualna Wersja | 0.0.3 |
| Ostatnia Aktualizacja | 2023-08-26 |
| Data Publikacji | 2023-02-06 |
| Deweloper | andhapp |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |