Easy Filters
Easily accessible filters to narrow Google search results
Easy Filters란 무엇입니까?
Easy Filters은(는) andhapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily accessible filters to narrow Google search results"입니다.
확장 프로그램 스크린샷
Easy Filters 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |