Splash search

Filter results by orientation, color, luminance

Splash searchคืออะไร?

Splash search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexander.sideris.west และคุณลักษณะหลักของมันคือ "Filter results by orientation, color, luminance"

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

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

ดาวน์โหลดไฟล์ส่วนขยาย Splash search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Filter Unsplash image results by orientation and luminance                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Splash search Splash search
ID jfgcaogpmldinkaahahpfbcnkmdjfidh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/splash-search/jfgcaogpmldinkaahahpfbcnkmdjfidh
คำอธิบาย Filter results by orientation, color, luminance
ขนาดไฟล์ 63.79 KB
จำนวนการติดตั้ง 222
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-09-16
วันที่เผยแพร่ 2019-09-15
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา alexander.sideris.west
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.3.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.unsplash.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/private.png",
        "default_title": "Splash search",
        "default_popup": "popup.html"
    },
    "description": "Filter results by orientation, color, luminance",
    "icons": {
        "32": "images\/private.png",
        "48": "images\/private.png",
        "128": "images\/private.png"
    },
    "manifest_version": 2,
    "name": "Splash search",
    "short_name": "Splash search",
    "permissions": [
        "storage"
    ],
    "version": "1.0.0"
}