about꞉black - empty new tab page

About as black as a blank empty new tab page can be. No permissions needed and not going to be updated. Keep it stupid, simple!

about꞉black - empty new tab page란 무엇입니까?

about꞉black - empty new tab page은(는) Dmitry M.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "About as black as a blank empty new tab page can be. No permissions needed and not going to be updated. Keep it stupid, simple!"입니다.

확장 프로그램 스크린샷

screenshot

about꞉black - empty new tab page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        about꞉black is one of those extensions that are necessary, but often overlooked by extension developers. It's as simple as it looks: it's empty, it's new and it's black. This is the best you can get till the web extension api is fully supported by Chromie and significant details about your currently installed theme like background color and image become available so that we can develop better and more functional new tab pages. Until then, may His Merciful Shadow fall upon new!                    

확장 프로그램 기본 정보

이름 about꞉black - empty new tab page about꞉black - empty new tab page
ID bnpcmbgfendbhpnhgijgpoidfoaepijn
공식 URL https://chromewebstore.google.com/detail/about%EA%9E%89black-empty-new-tab/bnpcmbgfendbhpnhgijgpoidfoaepijn
설명 About as black as a blank empty new tab page can be. No permissions needed and not going to be updated. Keep it stupid, simple!
파일 크기 4.35 KB
설치 횟수 61
현재 버전 127.0.0.1
최근 업데이트 2019-08-13
출시 날짜 2019-08-13
개발자 Dmitry M.
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "black.html"
    },
    "name": "about\ua789black - empty new tab page",
    "short_name": "about\ua789black",
    "description": "About as black as a blank empty new tab page can be. No permissions needed and not going to be updated. Keep it stupid, simple!",
    "version": "127.0.0.1",
    "manifest_version": 2,
    "content_scripts": [],
    "web_accessible_resources": [],
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "about\ua789black"
    }
}