Luxxle
Search with Luxxle with the browser extension for Chrome.
Что такое Luxxle?
Luxxle - это расширение Chrome, разработанное https://luxxle.com, и его основная функция - "Search with Luxxle with the browser extension for Chrome.".
Снимки экрана расширения
Скачать файл CRX расширения Luxxle
Скачайте файлы расширений Luxxle в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Make Luxxle your default search engine. This is the official Luxxle search engine browser extension for the Chrome browser.
Основная информация о расширении
Название | Luxxle |
ID | naamnlcagklmameakfggohhndankejdg |
Официальный URL | https://chromewebstore.google.com/detail/luxxle/naamnlcagklmameakfggohhndankejdg |
Описание | Search with Luxxle with the browser extension for Chrome. |
Размер файла | 37.6 KB |
Количество установок | 1,228 |
Текущая Версия | 1.41 |
Последнее Обновление | 2023-11-20 |
Дата публикации | 2020-06-24 |
Рейтинг | 5.00/5 Всего 9 оценок |
Разработчик | https://luxxle.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://luxxle.com |
URL страницы помощи | https://luxxle.com/luxcontact |
URL страницы политики конфиденциальности | https://luxxle.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "action": { "default_icon": { "128": "icons\/luxxle_icon_128.png", "16": "icons\/luxxle_icon_16.png", "48": "icons\/luxxle_icon_48.png" }, "default_title": "Luxxle Browser Extension" }, "content_scripts": [ { "matches": [ "*:\/\/*.luxxle.com\/*" ], "js": [ "js\/luxxlepage.js" ], "run_at": "document_start" } ], "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/luxxle.com\/favicon.ico", "is_default": true, "keyword": "Luxxle", "name": "Luxxle", "search_url": "https:\/\/luxxle.com\/luxsearch?q={searchTerms}", "suggest_url": "https:\/\/luxxle.com\/autocomplete?q={searchTerms}&locale=__MSG_@@ui_locale__&source=luxxlechrome" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "default_locale": "en", "description": "Search with Luxxle with the browser extension for Chrome.", "homepage_url": "https:\/\/luxxle.com\/", "icons": { "128": "icons\/luxxle_icon_128.png", "16": "icons\/luxxle_icon_16.png", "48": "icons\/luxxle_icon_48.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "Luxxle", "permissions": [ "cookies", "topSites", "storage" ], "host_permissions": [ "*:\/\/*.luxxle.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.41" } |