Quick Shortcuts

Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.

Was ist Quick Shortcuts?

Quick Shortcuts ist eine Chrome-Erweiterung, die von https://www.esolutions.se entwickelt wurde, und ihr Hauptmerkmal ist "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".

Erweiterungsscreenshots

screenshot
screenshot

Quick Shortcuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Shortcuts-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

                        This extension adds a new toolbar button with shortcuts to:
* New tab
* Print page with backgrounds
* Extension
* Downloads
* Bookmark manager
* View Page Source
* Settings
* History
* Cookies
* Clear browsing data
* Plug-ins (Flash, Adobe Acrobat, Windows Media Player etc.) 
* Loaded modules
* Memory usage
* Exprerimental features
* Chrome Urls (All Chrome pages)

Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
It is also easier with icons to quickly find what you are looking for.

This Extension also allows you to print the currently displayed Web Page with background colors and background images                    

Grundlegende Informationen zur Erweiterung

Name Quick Shortcuts Quick Shortcuts
ID lcfenihjmbehinmnfmaalmimpednkmnl
Offizielle URL https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl
Beschreibung Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Dateigröße 25.69 KB
Installationsanzahl 847
Aktuelle Version 1.0.6
Letztes Update 2017-10-15
Veröffentlichungsdatum 2017-10-15
Bewertung 4.55/5 Insgesamt 20 Bewertungen
Entwickler https://www.esolutions.se
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.esolutions.se
URL der Datenschutzrichtlinien-Seite https://www.esolutions.se/PrivacyPolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Quick Shortcuts"
    },
    "offline_enabled": true,
    "description": "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Quick Shortcuts",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.6"
}