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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}