Easy Filters

Easily accessible filters to narrow Google search results

什麼是Easy Filters?

Easy Filters是由andhapp開發的Chrome擴展程式,該擴展的主要功能是“Easily accessible filters to narrow Google search results”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Easy Filters擴展crx文件

下載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 Easy Filters
ID keabeglapomgmmgkmenpdcaljmlnjpmk
官方網址 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"
    ]
}