QuickStart

Bookmark-based browser start page

Wat is QuickStart?

QuickStart is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Bookmark-based browser start page".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QuickStart

Download QuickStart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam QuickStart QuickStart
ID nbiomkiioloimkmidmeahdcjggilcdmp
Officiële URL https://chromewebstore.google.com/detail/quickstart/nbiomkiioloimkmidmeahdcjggilcdmp
Beschrijving Bookmark-based browser start page
Bestandsgrootte 452 KB
Aantal Installaties 206
Huidige Versie 1.1.2
Laatst Bijgewerkt 2020-12-05
Publicatiedatum 2020-06-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/samuelmeuli/quick-start
Help Pagina-URL https://github.com/samuelmeuli/quick-start
Ondersteunde Talen 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}"
        }
    }
}