Quick Shortcuts

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

O que é Quick Shortcuts?

Quick Shortcuts é uma extensão do Chrome desenvolvida por https://www.esolutions.se, e sua principal característica é "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Quick Shortcuts

Baixe arquivos de extensão Quick Shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Quick Shortcuts Quick Shortcuts
ID lcfenihjmbehinmnfmaalmimpednkmnl
URL Oficial https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl
Descrição Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Tamanho do Arquivo 25.69 KB
Contagem de Instalações 847
Versão Atual 1.0.6
Última Atualização 2017-10-15
Data de Publicação 2017-10-15
Classificação 4.55/5 Total de 20 Avaliações
Desenvolvedor https://www.esolutions.se
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.esolutions.se
URL da Página de Política de Privacidade https://www.esolutions.se/PrivacyPolicy
Idiomas Suportados 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"
}