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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://benandy.github.io, και η κύρια λειτουργία του είναι "Replace the boring new tab page with Skye, a more modern and customisable new tab page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Skye New Tab
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } |