startpage

Overrides the browsers newtab page with a custom startpage.

Qu'est-ce que startpage ?

startpage est une extension Chrome développée par etacarinaea, et sa fonction principale est "Overrides the browsers newtab page with a custom startpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension startpage

Téléchargez les fichiers d'extension startpage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom startpage startpage
ID odmjpppdiaenedpilgldapgbodindjak
URL Officiel https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak
Description Overrides the browsers newtab page with a custom startpage.
Taille du Fichier 34.26 KB
Nombre d'Installations 107
Version Actuelle 1.11.1
Dernière Mise à Jour 2020-06-21
Date de Publication 2020-06-21
Évaluation 5.00/5 Total 4 Évaluations
Développeur etacarinaea
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/etacarinaea/startpage
Langues Prises en Charge 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"
    ]
}