SquarePage
Customize your Start Page and New Tab page with live backgrounds, shortcuts and widgets; like weather, wallpapers and much more!
Τι είναι το SquarePage;
Το SquarePage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://squarestartpage.com, και η κύρια λειτουργία του είναι "Customize your Start Page and New Tab page with live backgrounds, shortcuts and widgets; like weather, wallpapers and much more!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SquarePage
Λήψη αρχείων επέκτασης SquarePage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension changes your new tab and has a default search provider of Bing. FEATURES: ★ Fully customizable start page ★ Create many pages to group shortcuts and widgets ★ Use HEX color codes for custom backgrounds ★ Dozens of HD background images ★ Upload your own custom backgrounds ★ Animated and Interactive backgrounds ★ Dark Mode ★ Add Widgets, like weather, notes, calculator, and much more! ★ Add & Move Shortcuts anywhere on the page ★ Select from a shortcut library, including over 100+ popular sites ★ Customize the shortcut icons by choosing a library of icons and colors ★ Open links or search results in new tabs ★ Hide shortcuts or the search box (for the minimalist) ★ Quick access to your email provider! ★ NEW ★ Includes Backup and Restore "It's like a desktop experience for your browser!" – Anonymous ------------------------------------------------------- You can remove or disable the extension at any time. ------------------------------------------------------- You can follow our updates here: https://squarestartpage.com/changelog By adding this extension, you agree to our privacy policy available at https://squarestartpage.com/privacy By adding this extension, you agree to our terms of service available at https://squarestartpage.com/terms If you have questions or feedback, you can contact us here https://squarestartpage.com/contact If you need help removing or resetting the Start Page, follow these steps: https://squarestartpage.com/uninstall ------------------------------------------------------- If you have a feature request, please feel free to send us a feedback message via the settings window, we look forward to improving your experience. ------------------------------------------------------- You can follow our updates here: https://squarestartpage.com/changelog CHANGELOG: (shows most recent changes) ## [6.2.3] - 2022-05-29 ### Fixed * Fixed a few minor storage issues * Fixed a few settings saving issues ## [6.2.2] - 2022-05-22 ### Added * Feature for backup and restore ### Fixed * Restored user data back to local storage since Chrome Storage has incredible low limits ------------------------------------------------------- ## [6.2.0] - 2022-05-22 ### Added * Updated Storage to use Chrome Sync (across user devices)
Βασικές Πληροφορίες Επέκτασης
Όνομα | SquarePage |
ID | bhknmnakbhicjhchijjkmnhhlmbajhjh |
Επίσημο URL | https://chromewebstore.google.com/detail/squarepage/bhknmnakbhicjhchijjkmnhhlmbajhjh |
Περιγραφή | Customize your Start Page and New Tab page with live backgrounds, shortcuts and widgets; like weather, wallpapers and much more! |
Μέγεθος Αρχείου | 10.56 MB |
Αριθμός Εγκαταστάσεων | 11,095 |
Τρέχουσα Έκδοση | 6.3.10 |
Τελευταία Ενημέρωση | 2023-10-01 |
Ημερομηνία Δημοσίευσης | 2020-08-05 |
Αξιολόγηση | 3.97/5 Συνολικά 36 Αξιολογήσεις |
Προγραμματιστής | https://squarestartpage.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://squarestartpage.com?ref=cws |
Διεύθυνση URL της Σελίδας Βοήθειας | https://squarestartpage.com/contact/?ref=cws |
URL της Σελίδας Πολιτικής Απορρήτου | https://squarestartpage.com/privacy?ref=cws |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SquarePage", "short_name": "SquarePage", "description": "Customize your Start Page and New Tab page with live backgrounds, shortcuts and widgets; like weather, wallpapers and much more!", "version": "6.3.10", "manifest_version": 3, "icons": { "16": "assets\/images\/start-16x16.png", "32": "assets\/images\/start-32x32.png", "128": "assets\/images\/start-128x128.png" }, "chrome_url_overrides": { "newtab": "\/index.html" }, "permissions": [ "storage" ], "optional_permissions": [ "bookmarks", "topSites" ], "background": { "service_worker": "service-worker.js" } } |