Splash search
Filter results by orientation, color, luminance
Co to jest Splash search?
Splash search to rozszerzenie Chrome opracowane przez alexander.sideris.west, a jego główną funkcją jest „Filter results by orientation, color, luminance”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Splash search
Pobierz pliki rozszerzeń Splash search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Filter Unsplash image results by orientation and luminance Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jfgcaogpmldinkaahahpfbcnkmdjfidh |
| Oficjalny URL | https://chromewebstore.google.com/detail/splash-search/jfgcaogpmldinkaahahpfbcnkmdjfidh |
| Opis | Filter results by orientation, color, luminance |
| Rozmiar pliku | 63.79 KB |
| Liczba instalacji | 222 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2019-09-16 |
| Data Publikacji | 2019-09-15 |
| Ocena | 3.25/5 Łącznie 4 Oceny |
| Deweloper | alexander.sideris.west |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |