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 拡張機能の基本情報
| 名前 | |
| 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"
} | |