AppLauncher
Application Launcher for Chrome. Run all your web applications installed from WebStore.
O que é AppLauncher?
AppLauncher é uma extensão do Chrome desenvolvida por https://www.webswamp.net, e sua principal característica é "Application Launcher for Chrome. Run all your web applications installed from WebStore.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AppLauncher
Baixe arquivos de extensão AppLauncher 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
AppLauncher brings easiest access to all your web applications installed from Chrome's WebStore. * Version 0.6 Update to comply with the new Chrome extensions requirements * Version 0.5.2 Minor bugfixes * Version 0.5.1 Fixed problem when opening application menu * New in version 0.4 Application rearrangement (drag & drop) New fonts Few minor bugfixes
Informações Básicas da Extensão
Nome | AppLauncher |
ID | mnbfkkkpphlcbeaeemeblclibjnofamn |
URL Oficial | https://chromewebstore.google.com/detail/applauncher/mnbfkkkpphlcbeaeemeblclibjnofamn |
Descrição | Application Launcher for Chrome. Run all your web applications installed from WebStore. |
Tamanho do Arquivo | 35.71 KB |
Contagem de Instalações | 3,037 |
Versão Atual | 0.6 |
Última Atualização | 2013-03-29 |
Data de Publicação | 2013-03-29 |
Classificação | 4.04/5 Total de 53 Avaliações |
Desenvolvedor | https://www.webswamp.net |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "img\/logo-19.png", "default_popup": "appList.html" }, "description": "Application Launcher for Chrome. Run all your web applications installed from WebStore. ", "icons": { "128": "img\/logo-128.png", "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "64": "img\/logo-64.png" }, "minimum_chrome_version": "20", "name": "AppLauncher", "permissions": [ "management" ], "version": "0.6" } |