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 |
| Eメール | [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"
} | |