New Tab Blank Black Page
New Tab opens with a blank black page
New Tab Blank Black Page란 무엇입니까?
New Tab Blank Black Page은(는) Applin Devlin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Tab opens with a blank black page"입니다.
확장 프로그램 스크린샷
New Tab Blank Black Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make your New Tab a simple Blank Black Page :) If you like a New Tab to open quickly and contain nothing this is the Extension for you. Get rid of the default Chrome New Tab and it's slow-loading privacy-pooping "Recently Opened Websites" icons. Why did I write this Extension? Because I don't like the default Chrome New Tab, and most importantly I want my New Tabs to simply be a blank black page. So here it is! As Eric S. Raymond said "Every good work of software starts by scratching a developer's personal itch." You may also be interested in my "New Tab Custom Colour Blank Page" Chrome Extension which allows you to choose the background colour, available here: https://chrome.google.com/webstore/detail/new-tab-custom-colour-bla/alpbidclbcicajijnlgcchmkkbbknokl Enjoy! Alan
확장 프로그램 기본 정보
이름 | New Tab Blank Black Page |
ID | ijmmakaohfkpngajfinbgcbbnbfhleoo |
공식 URL | https://chromewebstore.google.com/detail/new-tab-blank-black-page/ijmmakaohfkpngajfinbgcbbnbfhleoo |
설명 | New Tab opens with a blank black page |
파일 크기 | 8.58 KB |
설치 횟수 | 489 |
현재 버전 | 0.2 |
최근 업데이트 | 2023-01-02 |
출시 날짜 | 2018-07-15 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | Applin Devlin |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://www.alancowap.com/appsprivacypolicy/ |
개인정보 보호 정책 페이지 URL | http://www.alancowap.com/appsprivacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "New Tab Blank Black Page", "version": "0.2", "description": "New Tab opens with a blank black page", "author": "Alan Cowap", "icons": { "16": "images\/NewTab_Screenshot_Corner_16x16.png", "32": "images\/NewTab_Screenshot_Corner_32x32.png", "48": "images\/NewTab_Screenshot_Corner_48x48.png", "128": "images\/NewTab_Screenshot_Corner_128x128.png" }, "chrome_url_overrides": { "newtab": "alBlank.html" }, "offline_enabled": true, "short_name": "NewTab Black" } |