Easy Filters
Easily accessible filters to narrow Google search results
Что такое Easy Filters?
Easy Filters - это расширение Chrome, разработанное andhapp, и его основная функция - "Easily accessible filters to narrow Google search results".
Снимки экрана расширения
Скачать файл CRX расширения Easy Filters
Скачайте файлы расширений Easy Filters в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Easy Filters |
ID | keabeglapomgmmgkmenpdcaljmlnjpmk |
Официальный URL | https://chromewebstore.google.com/detail/easy-filters/keabeglapomgmmgkmenpdcaljmlnjpmk |
Описание | Easily accessible filters to narrow Google search results |
Размер файла | 127 KB |
Количество установок | 113 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2023-08-26 |
Дата публикации | 2023-02-06 |
Разработчик | andhapp |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |