startpage
Overrides the browsers newtab page with a custom startpage.
Τι είναι το startpage;
Το startpage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον etacarinaea, και η κύρια λειτουργία του είναι "Overrides the browsers newtab page with a custom startpage.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης startpage
Λήψη αρχείων επέκτασης startpage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Quickly access your favourite websites whenever you open a new tab Key Features: • Easy customisation using a built-in configuration menu • Keyboard controls • Customisable search function • Export/Import function to backup your config or to use the same one on multiple devices The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).
Βασικές Πληροφορίες Επέκτασης
Όνομα | startpage |
ID | odmjpppdiaenedpilgldapgbodindjak |
Επίσημο URL | https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak |
Περιγραφή | Overrides the browsers newtab page with a custom startpage. |
Μέγεθος Αρχείου | 34.26 KB |
Αριθμός Εγκαταστάσεων | 107 |
Τρέχουσα Έκδοση | 1.11.1 |
Τελευταία Ενημέρωση | 2020-06-21 |
Ημερομηνία Δημοσίευσης | 2020-06-21 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | etacarinaea |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/etacarinaea/startpage |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "startpage", "short_name": "startpage", "version": "1.11.1", "description": "Overrides the browsers newtab page with a custom startpage.", "author": "etacarinaea", "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png", "192": "img\/icon192.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/browser-polyfill.js", "js\/update.js", "js\/update-config.js" ] }, "permissions": [ "storage" ] } |