startpage
Overrides the browsers newtab page with a custom startpage.
Cos'è startpage?
startpage è un'estensione di Chrome sviluppata da etacarinaea, e la sua funzione principale è "Overrides the browsers newtab page with a custom startpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione startpage
Scarica i file di estensione startpage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | startpage |
ID | odmjpppdiaenedpilgldapgbodindjak |
URL Ufficiale | https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak |
Descrizione | Overrides the browsers newtab page with a custom startpage. |
Dimensione del File | 34.26 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 1.11.1 |
Ultimo Aggiornamento | 2020-06-21 |
Data di Pubblicazione | 2020-06-21 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | etacarinaea |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/etacarinaea/startpage |
Lingue Supportate | 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" ] } |