AppJump App Launcher and Organizer

Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.

O que é AppJump App Launcher and Organizer?

AppJump App Launcher and Organizer é uma extensão do Chrome desenvolvida por https://www.visibotech.com, e sua principal característica é "Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AppJump App Launcher and Organizer

Baixe arquivos de extensão AppJump App Launcher and Organizer 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

                        Looking for a quick way to your favorite Chrome Web App? AppJump is a launcher and organizer for your Web Apps and Extensions! 

With AppJump you can put Apps and Extensions into Groups to allow easy management. You can also display specific groups of Apps in the launcher and start them right on your browser toolbar. This can be useful for you if you:

- Have lots of Apps, or
- Have lots of Extensions, and it's a pain to manage them
- Uses Chrome OS
- Likes launching Apps from good old browser icon on next to the Address Bar
- Likes to try new stuffs :P

All feedback welcome. Hope this little tool will be helpful to you! 

License: http://www.visibotech.com/license/appjump.html


*******
Note: Unlike web app, extension cannot be launched directly. Therefore extensions are not listed in the popup.
*******                    

Informações Básicas da Extensão

Nome AppJump App Launcher and Organizer AppJump App Launcher and Organizer
ID hccbinpobnjcpckmcfngmdpnbnjpmcbd
URL Oficial https://chromewebstore.google.com/detail/appjump-app-launcher-and/hccbinpobnjcpckmcfngmdpnbnjpmcbd
Descrição Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.
Tamanho do Arquivo 86.39 KB
Contagem de Instalações 13,211
Versão Atual 0.9.3
Última Atualização 2013-11-13
Data de Publicação 2013-11-12
Classificação 4.35/5 Total de 352 Avaliações
Desenvolvedor https://www.visibotech.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://blog.visibotech.com
URL da Página de Ajuda http://blog.visibotech.com/search/label/appjump
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AppJump App Launcher and Organizer",
    "version": "0.9.3",
    "manifest_version": 2,
    "description": "Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "AppJump App Launcher",
        "default_popup": "popup.html"
    }
}