Skye New Tab
Replace the boring new tab page with Skye, a more modern and customisable new tab page.
Skye New Tab란 무엇입니까?
Skye New Tab은(는) http://benandy.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the boring new tab page with Skye, a more modern and customisable new tab page."입니다.
확장 프로그램 스크린샷
Skye New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace the default and boring new tab page on Google Chrome with Skye New Tab! Skye is a modern, functional and useful new tab page that can help you move around on the web quicker while enjoying beautiful photography work. Available options: - Show & hide the AM/PM - Change or remove your name - Change the date formatting - Hide or show the search box (Bottom left corner) - Change the search box's search engine (Google, Twitter, Facebook, YouTube) - Change to or from 24 hour time to 12 hour time - Background greyscale - Icon link display options Thanks to Unsplash.com for providing the background images. Keyboard controls and current background image information can be found near the bottom of the options menu. The cookie policy, privacy policy, contact information, image licenses and the change log is also found at the bottom of the options menu. If you find any issues report them here: https://github.com/BenAndy/SkyeNewTab/issues You can also ask questions and suggest features in the issues section. ~ Benjamin Developments.
확장 프로그램 기본 정보
이름 | |
ID | hmgfgpieichmjmcbccbdcmfolhlmjcpg |
공식 URL | https://chrome.google.com/webstore/detail/skye-new-tab/hmgfgpieichmjmcbccbdcmfolhlmjcpg |
설명 | Replace the boring new tab page with Skye, a more modern and customisable new tab page. |
파일 크기 | 13.91 MB |
설치 횟수 | 222 |
현재 버전 | 3.1.54 |
최근 업데이트 | 2019-02-12 |
출시 날짜 | 2019-02-12 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | http://benandy.github.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://benandy.github.io/skye/ |
도움말 페이지 URL | http://benandy.github.io/skye/faq |
개인정보 보호 정책 페이지 URL | http://benandy.github.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.54", "name": "Skye New Tab", "short_name": "Skye", "description": "Replace the boring new tab page with Skye, a more modern and customisable new tab page.", "manifest_version": 2, "author": "Benjamin Developments", "offline_enabled": true, "homepage_url": "https:\/\/benandy.github.io\/skye", "content_security_policy": "default-src 'self'; script-src https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com 'self'; style-src https:\/\/fonts.googleapis.com 'unsafe-inline' 'self'; img-src http:\/\/www.google-analytics.com 'self'; font-src https:\/\/fonts.gstatic.com 'self'", "minimum_chrome_version": "54.0.2840", "icons": { "128": "a\/i\/f128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "cookies", "unlimitedStorage" ] } |