Easy Filters

Easily accessible filters to narrow Google search results

Easy Filtersคืออะไร?

Easy Filters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andhapp และคุณลักษณะหลักของมันคือ "Easily accessible filters to narrow Google search results"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Filters

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}