QuickLinks

Speed dial for the internet.

Was ist QuickLinks?

QuickLinks ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Speed dial for the internet.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

QuickLinks-Erweiterungs-CRX-Datei herunterladen

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

                        Speed dial for your browser. Save, change, and delete shortcut keywords to any website with Quick Links. To use the shortcuts you've created, just type "ql" into the browser bar, press tab, and then type in one of your shortcuts and hit Enter to go to the website.

For those times when you want quicker access to a webpage without having to remember a complicated url or you don't want to have to search through all your Bookmarks trying to remember where you saved it. Quick Links provides the easiest and fastest way to save urls and get back to them later.                    

Grundlegende Informationen zur Erweiterung

Name QuickLinks QuickLinks
ID gjalfolejbafbloobnblbfihmhbgdhhe
Offizielle URL https://chromewebstore.google.com/detail/quicklinks/gjalfolejbafbloobnblbfihmhbgdhhe
Beschreibung Speed dial for the internet.
Dateigröße 9.53 KB
Installationsanzahl 25
Aktuelle Version 1.0
Letztes Update 2015-12-10
Veröffentlichungsdatum 2015-12-09
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickLinks",
    "description": "Speed dial for the internet.",
    "version": "1.0",
    "omnibox": {
        "keyword": "ql"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}