Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
O que é Custom Chrome Shortcut Manager?
Custom Chrome Shortcut Manager é uma extensão do Chrome desenvolvida por https://swsmith.cc, e sua principal característica é "To use, type 'go' into the search bar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Custom Chrome Shortcut Manager
Baixe arquivos de extensão Custom Chrome Shortcut Manager 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
**New in Version 1.1.0** Ability to remove individual shortcuts! Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze. Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar. Press tab and enter the alias of the website you want to visit. You're then directed the website. As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.
Informações Básicas da Extensão
Nome | Custom Chrome Shortcut Manager |
ID | ijihchgjhagfhdkhagnmlebpepjlecml |
URL Oficial | https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml |
Descrição | To use, type 'go' into the search bar. |
Tamanho do Arquivo | 202 KB |
Contagem de Instalações | 1,913 |
Versão Atual | 1.1.1 |
Última Atualização | 2022-05-25 |
Data de Publicação | 2020-05-04 |
Classificação | 3.23/5 Total de 13 Avaliações |
Desenvolvedor | https://swsmith.cc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sean-smith.github.io/chromeshortcuts/index.html |
URL da Página de Ajuda | https://github.com/sean-smith/chrome_shortcuts/issues |
URL da Página de Política de Privacidade | https://seanssmith.net/copyright.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Chrome Shortcut Manager", "short_name": "Omnibox Alias", "description": "To use, type 'go' into the search bar.", "version": "1.1.1", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Omnibox Alias", "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'" } |