Skye New Tab
Replace the boring new tab page with Skye, a more modern and customisable new tab page.
Skye New Tab là gì?
Skye New Tab là một tiện ích mở rộng Chrome được phát triển bởi http://benandy.github.io, và tính năng chính của nó là "Replace the boring new tab page with Skye, a more modern and customisable new tab page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Skye New Tab
Tải xuống các tệp mở rộng Skye New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmgfgpieichmjmcbccbdcmfolhlmjcpg |
URL Chính Thức | https://chrome.google.com/webstore/detail/skye-new-tab/hmgfgpieichmjmcbccbdcmfolhlmjcpg |
Mô tả | Replace the boring new tab page with Skye, a more modern and customisable new tab page. |
Kích Thước Tệp | 13.91 MB |
Số Lần Cài Đặt | 222 |
Phiên Bản Hiện Tại | 3.1.54 |
Cập Nhật Lần Cuối | 2019-02-12 |
Ngày Phát Hành | 2019-02-12 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://benandy.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://benandy.github.io/skye/ |
URL Trang Trợ Giúp | http://benandy.github.io/skye/faq |
URL Trang Chính Sách Bảo Mật | http://benandy.github.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |