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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |