Minimalist Tab
Simplify your Chrome new tab page.
Minimalist Tab란 무엇입니까?
Minimalist Tab은(는) https://benandy.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify your Chrome new tab page."입니다.
확장 프로그램 스크린샷
Minimalist Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.
확장 프로그램 기본 정보
이름 | Minimalist Tab |
ID | dcnlolkfplhlimlokmkinnmpjecghgcc |
공식 URL | https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc |
설명 | Simplify your Chrome new tab page. |
파일 크기 | 6.73 KB |
설치 횟수 | 100 |
현재 버전 | 1.1.7 |
최근 업데이트 | 2017-10-03 |
출시 날짜 | 2017-10-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://benandy.github.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://benandy.github.io/minimalisttab/ |
개인정보 보호 정책 페이지 URL | http://benandy.github.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "name": "Minimalist Tab", "short_name": "Minimalist Tab", "description": "Simplify your Chrome new tab page.", "manifest_version": 2, "author": "Benjamin Developments", "offline_enabled": true, "homepage_url": "https:\/\/benandy.github.io\/minimalisttab", "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals", "minimum_chrome_version": "48.0.2564", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "cookies", "unlimitedStorage", "*:\/\/benandy.github.io\/*" ] } |