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.

What is Luminous?

Luminous is a Chrome extension developed by https://globehomepage.com, and its main feature is "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.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Luminous Extension CRX File

Download Luminous extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Luminous Luminous
ID ndeoglgpjoljlpgafhbnmgkcmeleicoo
Official URL https://chromewebstore.google.com/detail/luminous/ndeoglgpjoljlpgafhbnmgkcmeleicoo
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.
File Size 660 KB
Installation Count 69
Current Version 1.0.7
Last Updated 2018-01-10
Publish Date 2018-01-10
Rating 4.50/5 Total 2 Ratings
Developer https://globehomepage.com
Email [email protected]
Payment Type free
Extension Website http://www.luminous-ai.com/
Supported Languages 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"
    ]
}