startpage

Overrides the browsers newtab page with a custom startpage.

Was ist startpage?

startpage ist eine Chrome-Erweiterung, die von etacarinaea entwickelt wurde, und ihr Hauptmerkmal ist "Overrides the browsers newtab page with a custom startpage.".

Erweiterungsscreenshots

screenshot

startpage-Erweiterungs-CRX-Datei herunterladen

Laden Sie startpage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name startpage startpage
ID odmjpppdiaenedpilgldapgbodindjak
Offizielle URL https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak
Beschreibung Overrides the browsers newtab page with a custom startpage.
Dateigröße 34.26 KB
Installationsanzahl 107
Aktuelle Version 1.11.1
Letztes Update 2020-06-21
Veröffentlichungsdatum 2020-06-21
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler etacarinaea
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/etacarinaea/startpage
Unterstützte Sprachen 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"
    ]
}