Clean Tab - New Tab Page
New Tab page replacement with beautiful photography.
Clean Tab - New Tab Page란 무엇입니까?
Clean Tab - New Tab Page은(는) https://edwardbowden.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Tab page replacement with beautiful photography."입니다.
확장 프로그램 스크린샷
Clean Tab - New Tab Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
High Res Screenshots: https://imgur.com/a/V0qgO Preview at: http://edwardbowden.co.uk/cleantab/demo/ Clean Tab is a beautiful new tab replacement for Google Chrome. It features a clock, search box and notes area. It uses random backgrounds from Unsplash.com, 20 hand selected backgrounds in the download and you can also add your own by providing the URLs on the settings page. The settings also allow you to completely customise the interface to your own liking. CleanTab
확장 프로그램 기본 정보
이름 | Clean Tab - New Tab Page |
ID | fnigjhmjaojlnmkfnfafhgeikgbakdph |
공식 URL | https://chromewebstore.google.com/detail/clean-tab-new-tab-page/fnigjhmjaojlnmkfnfafhgeikgbakdph |
설명 | New Tab page replacement with beautiful photography. |
파일 크기 | 11.59 MB |
설치 횟수 | 617 |
현재 버전 | 0.53 |
최근 업데이트 | 2023-12-15 |
출시 날짜 | 2016-12-10 |
평점 | 4.11/5 총 18 개의 평점 |
개발자 | https://edwardbowden.uk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://edwardbowden.uk |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/eventpage.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "New Tab page replacement with beautiful photography.", "icons": { "128": "icon128.png", "48": "icon48.png" }, "options_ui": { "page": "options.html" }, "manifest_version": 2, "name": "Clean Tab - New Tab Page", "short_name": "Clean Tab", "version": "0.53", "author": "Edward Bowden", "homepage_url": "https:\/\/edwardbowden.uk" } |