Nau Tab

Beautiful new tab page for modern browsers. A browser extension that will not track you.

Nau Tab란 무엇입니까?

Nau Tab은(는) https://int3ractive.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautiful new tab page for modern browsers. A browser extension that will not track you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Take a break from your work with this picturesque new tab extension for modern browsers.

Current features:
- The background photo is fetched from Unsplash and change every hour. NEW: There are scenes for different period of the day.
- You can use your own photo as background by select from settings panel opened at the bottom left corner)
- You can set your name by clicking on the greeting's name.
- You can re-select a list quick links (top left) in the settings panel
- NEW: You can define your own quick links in settings panel
- NEW: You can change the clock and greeting styles & positions in settings panel

Visit https://int3ractive.com/nau-tab for more detail and feature roadmap.                    

확장 프로그램 기본 정보

이름 Nau Tab Nau Tab
ID pimockeojlggmlnknhicajgckmlggifa
공식 URL https://chromewebstore.google.com/detail/nau-tab/pimockeojlggmlnknhicajgckmlggifa
설명 Beautiful new tab page for modern browsers. A browser extension that will not track you.
파일 크기 264 KB
설치 횟수 141
현재 버전 3.0.1
최근 업데이트 2019-07-17
출시 날짜 2019-07-16
평점 4.75/5 총 8 개의 평점
개발자 https://int3ractive.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://int3ractive.com/nau-tab
도움말 페이지 URL https://int3ractive.com/nau-tab
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nau Tab",
    "author": "Thanh Tran",
    "version": "3.0.1",
    "description": "Beautiful new tab page for modern browsers. A browser extension that will not track you.",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "nau-tab"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}