Homepage

A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…

Was ist Homepage?

Homepage ist eine Chrome-Erweiterung, die von axel7083 entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…".

Erweiterungsscreenshots

screenshot
screenshot

Homepage-Erweiterungs-CRX-Datei herunterladen

Laden Sie Homepage-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

                        A chrome extension which provides a nice customizable Homepage.
Thanks to this extension you can directly access your shortcuts easily using the Ctrl+Q command! 
You can customise your own page to get everything you want directly accessible, put shortcuts, to do list, label as you wish!                    

Grundlegende Informationen zur Erweiterung

Name Homepage Homepage
ID lldjhjmaljndmlnbomjcofanjalieahb
Offizielle URL https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb
Beschreibung A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
Dateigröße 1.01 MB
Installationsanzahl 77
Aktuelle Version 0.3
Letztes Update 2021-04-17
Veröffentlichungsdatum 2020-10-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler axel7083
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/axel0070/Homepage
Hilfeseite URL https://github.com/axel0070/Homepage/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homepage",
    "version": "0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Options"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "https:\/\/i.olsh.me\/*",
        "https:\/\/api.github.com\/*",
        "storage",
        "history",
        "tabs"
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Open HomePage"
        }
    },
    "icons": {
        "32": ".\/images\/homepage-32.png",
        "64": ".\/images\/homepage-64.png",
        "128": ".\/images\/homepage-128.png"
    }
}