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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to filter the options in any drop-down menu to quickly find something."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Filter Drop-Down Menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}