Anyshortcut
Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.
O que é Anyshortcut?
Anyshortcut é uma extensão do Chrome desenvolvida por https://anyshortcut.com, e sua principal característica é "Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Anyshortcut
Baixe arquivos de extensão Anyshortcut 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
Anyshortcut is a productive browser plugin to help people customize keyboard shortcuts to open their frequently visited websites instantly. It is simple, intuitive and straightforward. You only need a Google account to get started, all your shortcuts are synced everywhere automatically. ====== Version 1.11.1 1. Fix bugs ====== Version 1.10.0 1. Compound shortcut supports alphanumeric as key 2. Show delete popover when delete secondary shortcut 3. Optimize Preferences copywriting, add Github icon 4. Add better compound shortcut bind tips, compound shortcut tour page shortcut examples change to Yahoo and SoundCloud 5. Other bugs fixed
Informações Básicas da Extensão
Nome | Anyshortcut |
ID | ginilcdjefkbpeelgekodpmmabppcfao |
URL Oficial | https://chromewebstore.google.com/detail/anyshortcut/ginilcdjefkbpeelgekodpmmabppcfao |
Descrição | Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly. |
Tamanho do Arquivo | 3.66 MB |
Contagem de Instalações | 375 |
Versão Atual | 1.11.1 |
Última Atualização | 2022-07-12 |
Data de Publicação | 2018-11-08 |
Classificação | 4.74/5 Total de 35 Avaliações |
Desenvolvedor | https://anyshortcut.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://anyshortcut.com |
URL da Página de Ajuda | https://anyshortcut.com/faq |
URL da Página de Política de Privacidade | https://anyshortcut.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anyshortcut", "description": "__MSG_extension_description__", "version": "1.11.1", "default_locale": "en", "browser_action": { "default_icon": { "16": "icon\/icon32.png", "48": "icon\/icon48.png" }, "default_popup": "popup.html", "default_title": "__MSG_popup_default_title__" }, "icons": { "16": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "options_ui": { "page": "popup.html#\/preference", "chrome_style": false }, "background": { "scripts": [ "dist\/background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", " |