Filter Drop-Down Menu

Allows you to filter the options in any drop-down menu to quickly find something.

Filter Drop-Down Menu란 무엇입니까?

Filter Drop-Down Menu은(는) em_te에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to filter the options in any drop-down menu to quickly find something."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Filter Drop-Down Menu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever seen websites whose drop-down menu has so many things and all in the wrong order that you cannot sift through it?

Or you want to search for a word in the middle of the phrase in the drop-down menu?

This extension allows you to do that easily by first clicking on a drop-down menu, then click on the toolbar icon to activate the search function.

You can filter by any, or all, of the following:
contains
not contains
begins with
ends with
doesn't begin with
doesn't end with

This extension only loads when you click on the toolbar icon and cleans up when the popup panel is hidden, therefore ensuring minimal use of your system resources! This extension also does not ask for any permissions, so your safety is preserved!                    

확장 프로그램 기본 정보

이름 Filter Drop-Down Menu Filter Drop-Down Menu
ID pdfkhgdhohjkogfppjjfbbkdenabhglp
공식 URL https://chromewebstore.google.com/detail/filter-drop-down-menu/pdfkhgdhohjkogfppjjfbbkdenabhglp
설명 Allows you to filter the options in any drop-down menu to quickly find something.
파일 크기 48.98 KB
설치 횟수 1,169
현재 버전 0.1.2
최근 업데이트 2019-04-01
출시 날짜 2019-04-01
평점 4.25/5 총 4 개의 평점
개발자 em_te
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://em-te.github.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Terry",
    "version": "0.1.2",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "24": "icon_24.png",
            "38": "icon_38.png",
            "48": "icon_48.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "popup.html"
    }
}