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
公式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
Eメール [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"
    ]
}