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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Luxxle Luxxle
ID naamnlcagklmameakfggohhndankejdg
官方網址 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"
}