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文件
下載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.
擴展基本資訊
名稱 | |
ID | hmgfgpieichmjmcbccbdcmfolhlmjcpg |
官方網址 | 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" ] } |