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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Skye New Tab扩展crx文件

下载Skye New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Skye New Tab Skye New Tab
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"
    ]
}