Luminous

Replace your New Tab Page with the choice of 4 search engines and an AI assistant that allows you to search the web with your voice.

什麼是Luminous?

Luminous是由https://globehomepage.com開發的Chrome擴展程式,該擴展的主要功能是“Replace your New Tab Page with the choice of 4 search engines and an AI assistant that allows you to search the web with your voice.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Luminous擴展crx文件

下載Luminous擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Replace your new tab page with a choice of a Google, Yahoo, Bing or Ecosia search bar. AI assistant allows you to search the web with your voice. 

Luminous is your most efficient new tab page to browse the web.

Features:

- Personal AI assistant.
- Speech recognition ability.
- Inspiring nature images.
- Choice of 4 Search Engines.
- Search bar in the centre.
- Simple and efficient layout.

You have a personal AI assistant called Luma. You can interact with Luma using text or speech. Luma currently three commands;

- Searching the web.
- Navigating to websites.
- General chat.                    

擴展基本資訊

名稱 Luminous Luminous
ID ndeoglgpjoljlpgafhbnmgkcmeleicoo
官方網址 https://chromewebstore.google.com/detail/luminous/ndeoglgpjoljlpgafhbnmgkcmeleicoo
簡介 Replace your New Tab Page with the choice of 4 search engines and an AI assistant that allows you to search the web with your voice.
檔案大小 660 KB
安裝次數 69
目前版本 1.0.7
更新時間 2018-01-10
上架時間 2018-01-10
評分 4.50/5 共 2 次評分
開發者 https://globehomepage.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.luminous-ai.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Luminous",
    "description": "Replace your New Tab Page with the choice of 4 search engines and an AI assistant that allows you to search the web with your voice.",
    "version": "1.0.7",
    "short_name": "Luminous",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/luminous\/ndeoglgpjoljlpgafhbnmgkcmeleicoo",
    "icons": {
        "16": "Resources\/Logos\/logo16.png",
        "38": "Resources\/Logos\/logo38.png",
        "128": "Resources\/Logos\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "Resources\/Logos\/logo19.png",
            "38": "Resources\/Logos\/logo38.png"
        },
        "default_title": "Luminous"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "Luminous.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/googleapis.com\/",
        "storage",
        "contextMenus",
        "background"
    ]
}