Luna Tab

Luna Tab - Take your browser up a notch

Luna Tab란 무엇입니까?

Luna Tab은(는) https://searchluna.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Luna Tab - Take your browser up a notch"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Luna Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Luna Tab

Luna tab consists of only what you need, with minimalist design and intuitive user experience, as well as easy access search functionality to keep you going right from the get-go.

Luna Tab brings about an effortlessness for the user, with functional features that will bring fluidity of use. Luna Tab will even inform you of the weather in your current location!

Features
- Fast web search right at your fingertips
- Easy to read clock
- Minimal Design for ease of use
- Beautiful image.

By clicking "Add to Chrome", I accept and agree to installing the Luna Tab Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service and the Terms of Use and Privacy Policy.

Terms of Use: https://luna-tab.com/terms-and-conditions/

Privacy Policy: https://luna-tab.com/privacy-policy/

[email protected]                    

확장 프로그램 기본 정보

이름 Luna Tab Luna Tab
ID hhbjhdlpbgcabgbolkhheelockoefkpl
공식 URL https://chromewebstore.google.com/detail/luna-tab/hhbjhdlpbgcabgbolkhheelockoefkpl
설명 Luna Tab - Take your browser up a notch
파일 크기 3.1 MB
설치 횟수 61
현재 버전 0.0.0.8
최근 업데이트 2020-08-26
출시 날짜 2019-12-16
개발자 https://searchluna.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://searchluna.com
개인정보 보호 정책 페이지 URL https://luna-tab.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Luna Tab",
    "short_name": "Luna Tab",
    "version": "0.0.0.8",
    "description": "Luna Tab - Take your browser up a notch",
    "homepage_url": "http:\/\/luna-tab.com\/",
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "New Tab - Luna Tab",
        "default_icon": "icons\/luna-tab.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.bing.com https:\/\/cdn.jsdelivr.net https:\/\/ff.search.yahoo.com https:\/\/cdnjs.cloudflare.com https:\/\/chrome.google.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/luna-tab-16x16.png",
        "48": "icons\/luna-tab-48x48.png",
        "128": "icons\/luna-tab-128x128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Luna Tab Search",
            "keyword": "Keyword",
            "search_url": "https:\/\/searchluna.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/searchluna.com\/img\/favicon-luna-tab.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}