ABSOLUTELY Blank New Tab Page
The fastest new tab page page
ABSOLUTELY Blank New Tab Page란 무엇입니까?
ABSOLUTELY Blank New Tab Page은(는) ilyaigpetrov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest new tab page page"입니다.
확장 프로그램 스크린샷
ABSOLUTELY Blank New Tab Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save a few megabytes of memory by overriding new tab page with an ABSOLUTELY empty text file. Use Ctrl+Shift+B to show and hide the bookmarks bar. Extremely minimalistic to lower the risk of breaking something and make it faster. Open source so everyone may look inside and make sure it has no malware or modify it the way he wants. Public domain so you may do whatever you want with it.
확장 프로그램 기본 정보
이름 | ABSOLUTELY Blank New Tab Page |
ID | jjbjmfkdmmbjdmmjoccdccaeffkkbiga |
공식 URL | https://chromewebstore.google.com/detail/absolutely-blank-new-tab/jjbjmfkdmmbjdmmjoccdccaeffkkbiga |
설명 | The fastest new tab page page |
파일 크기 | 4.85 KB |
설치 횟수 | 77 |
현재 버전 | 0.0.0.5 |
최근 업데이트 | 2019-05-24 |
출시 날짜 | 2019-05-24 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | ilyaigpetrov |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page |
도움말 페이지 URL | https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page/issues |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "0.0.0.5", "default_locale": "en", "content_security_policy": "script-src 'none'; object-src 'none'; default-src 'none'", "chrome_url_overrides": { "newtab": ".\/blank.txt" }, "manifest_version": 2 } |