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
官方URL 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"
    ]
}