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文件
下载Luxxle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make Luxxle your default search engine. This is the official Luxxle search engine browser extension for the Chrome browser. 扩展基本信息
| 名称 | |
| 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"
} | |