AppJump App Launcher and Organizer

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

什麼是AppJump App Launcher and Organizer?

AppJump App Launcher and Organizer是由https://www.visibotech.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載AppJump App Launcher and Organizer擴展crx文件

下載AppJump App Launcher and Organizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.
*******                    

擴展基本資訊

名稱 AppJump App Launcher and Organizer AppJump App Launcher and Organizer
ID hccbinpobnjcpckmcfngmdpnbnjpmcbd
官方網址 https://chromewebstore.google.com/detail/appjump-app-launcher-and/hccbinpobnjcpckmcfngmdpnbnjpmcbd
簡介 Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.
檔案大小 86.39 KB
安裝次數 13,211
目前版本 0.9.3
更新時間 2013-11-13
上架時間 2013-11-12
評分 4.35/5 共 352 次評分
開發者 https://www.visibotech.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://blog.visibotech.com
說明頁面URL http://blog.visibotech.com/search/label/appjump
支援的語言 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"
    }
}