Easy Filters

Easily accessible filters to narrow Google search results

Easy Filters क्या है?

Easy Filters andhapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily accessible filters to narrow Google search results"।

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

screenshot
screenshot
screenshot
screenshot

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

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