QuickStart

Bookmark-based browser start page

Was ist QuickStart?

QuickStart ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark-based browser start page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

QuickStart-Erweiterungs-CRX-Datei herunterladen

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

                        QuickStart is a beautiful and clean new tab page. The extension gives you quick access to your bookmarks and allows you to organize them to your liking.                    

Grundlegende Informationen zur Erweiterung

Name QuickStart QuickStart
ID nbiomkiioloimkmidmeahdcjggilcdmp
Offizielle URL https://chromewebstore.google.com/detail/quickstart/nbiomkiioloimkmidmeahdcjggilcdmp
Beschreibung Bookmark-based browser start page
Dateigröße 452 KB
Installationsanzahl 206
Aktuelle Version 1.1.2
Letztes Update 2020-12-05
Veröffentlichungsdatum 2020-06-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Unknown
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/samuelmeuli/quick-start
Hilfeseite URL https://github.com/samuelmeuli/quick-start
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickStart",
    "version": "1.1.2",
    "description": "Bookmark-based browser start page",
    "author": "Timoth\u00e9e Wildhaber and Samuel Meuli",
    "homepage_url": "https:\/\/github.com\/samuelmeuli\/quick-start",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "options_ui": {
        "page": ".\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{bdbbd63e-dca7-48fd-ab02-9ca4fad8f778}"
        }
    }
}