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
公式URL 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
Eメール [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"
    }
}