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.

Cos'è Luminous?

Luminous è un'estensione di Chrome sviluppata da https://globehomepage.com, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Luminous

Scarica i file di estensione Luminous in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Luminous Luminous
ID ndeoglgpjoljlpgafhbnmgkcmeleicoo
URL Ufficiale https://chromewebstore.google.com/detail/luminous/ndeoglgpjoljlpgafhbnmgkcmeleicoo
Descrizione 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.
Dimensione del File 660 KB
Conteggio Installazioni 69
Versione Corrente 1.0.7
Ultimo Aggiornamento 2018-01-10
Data di Pubblicazione 2018-01-10
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://globehomepage.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.luminous-ai.com/
Lingue Supportate 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"
    ]
}