Void New Tab

Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…

Void New Tab란 무엇입니까?

Void New Tab은(는) Tom Day에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar.                    

확장 프로그램 기본 정보

이름 Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
공식 URL https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
설명 Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
파일 크기 143 KB
설치 횟수 94
현재 버전 1.0.0.1
최근 업데이트 2018-01-16
출시 날짜 2018-01-16
평점 5.00/5 총 3 개의 평점
개발자 Tom Day
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/TDay1/void-newtab
도움말 페이지 URL https://github.com/TDay1/void-newtab
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Void New Tab",
    "manifest_version": 2,
    "version": "1.0.0.1",
    "author": "Thomas Day",
    "remove_button": true,
    "short_name": "Void",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/img\/16px.png",
        "32": ".\/img\/32px.png",
        "48": ".\/img\/48px.png",
        "64": ".\/img\/64px.png",
        "128": ".\/img\/128px.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}