Shortcut Manager DELUXE

usage: type 'go' into the search bar.

O que é Shortcut Manager DELUXE?

Shortcut Manager DELUXE é uma extensão do Chrome desenvolvida por Tamir Nakar, e sua principal característica é "usage: type 'go' into the search bar.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Shortcut Manager DELUXE

Baixe arquivos de extensão Shortcut Manager DELUXE 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

                        Navigate the web by typing!

Its easy as 1,2,3 ...

1. Define a short-name to your favorite websites.
2. Type go at the address bar, then the short-name of your desired website.
3. Hit ENTER! 
 
___

Shortcut Manager DELUXE is an upgraded version of 'Omnibox Alias' extension (an open source project).

The DELUXE version includes some the crucial improvements that grants its users a real value:

Features:
----------------------
REMOVE Alias feature.
Import and Export aliases feature.
Neater Design and Layout

Bugfixes
------------------
text overflow bugs                    

Informações Básicas da Extensão

Nome Shortcut Manager DELUXE Shortcut Manager DELUXE
ID jmiadifgifojmldfpbcllhljdogkapmk
URL Oficial https://chromewebstore.google.com/detail/shortcut-manager-deluxe/jmiadifgifojmldfpbcllhljdogkapmk
Descrição usage: type 'go' into the search bar.
Tamanho do Arquivo 89.61 KB
Contagem de Instalações 101
Versão Atual 2.5.6
Última Atualização 2024-02-11
Data de Publicação 2020-04-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Tamir Nakar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shortcut Manager DELUXE",
    "short_name": "SMD",
    "description": "usage: type 'go' into the search bar.",
    "version": "2.5.6",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Shortcut Manager DELUXE",
        "default_icon": "img\/terminal_16x16.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "go"
    },
    "icons": {
        "16": "img\/terminal_16x16.png",
        "48": "img\/terminal_48x48.png",
        "128": "img\/terminal_128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}