Quick Shortcuts

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

Co to jest Quick Shortcuts?

Quick Shortcuts to rozszerzenie Chrome opracowane przez https://www.esolutions.se, a jego główną funkcją jest „Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Quick Shortcuts

Pobierz pliki rozszerzeń Quick Shortcuts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Quick Shortcuts Quick Shortcuts
ID lcfenihjmbehinmnfmaalmimpednkmnl
Oficjalny URL https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl
Opis Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Rozmiar pliku 25.69 KB
Liczba instalacji 847
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2017-10-15
Data Publikacji 2017-10-15
Ocena 4.55/5 Łącznie 20 Oceny
Deweloper https://www.esolutions.se
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.esolutions.se
Adres URL Strony Polityki Prywatności https://www.esolutions.se/PrivacyPolicy
Obsługiwane Języki 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"
}