Splash search

Filter results by orientation, color, luminance

Splash search là gì?

Splash search là một tiện ích mở rộng Chrome được phát triển bởi alexander.sideris.west, và tính năng chính của nó là "Filter results by orientation, color, luminance".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Splash search

Tải xuống các tệp mở rộng Splash search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Filter Unsplash image results by orientation and luminance                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Splash search Splash search
ID jfgcaogpmldinkaahahpfbcnkmdjfidh
URL Chính Thức https://chromewebstore.google.com/detail/splash-search/jfgcaogpmldinkaahahpfbcnkmdjfidh
Mô tả Filter results by orientation, color, luminance
Kích Thước Tệp 63.79 KB
Số Lần Cài Đặt 222
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-09-16
Ngày Phát Hành 2019-09-15
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển alexander.sideris.west
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}