Luxxle
Search with Luxxle with the browser extension for Chrome.
Luxxle란 무엇입니까?
Luxxle은(는) https://luxxle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search with Luxxle with the browser extension for Chrome."입니다.
확장 프로그램 스크린샷
Luxxle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |