Splash search
Filter results by orientation, color, luminance
什么是Splash search?
Splash search是由alexander.sideris.west开发的Chrome扩展程序,该扩展的主要功能是“Filter results by orientation, color, luminance”。
扩展截图
下载Splash search扩展crx文件
下载Splash search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Filter Unsplash image results by orientation and luminance
扩展基本信息
名称 | 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" } |