AppJump App Launcher and Organizer
Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.
Hvad er AppJump App Launcher and Organizer?
AppJump App Launcher and Organizer er en Chrome-udvidelse udviklet af https://www.visibotech.com, og dens hovedfunktion er "Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease.".
Udvidelsesskærmbilleder
Download AppJump App Launcher and Organizer-udvidelses-CRX-fil
Download AppJump App Launcher and Organizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. *******
Grundlæggende oplysninger om udvidelsen
Navn | AppJump App Launcher and Organizer |
ID | hccbinpobnjcpckmcfngmdpnbnjpmcbd |
Officiel URL | https://chromewebstore.google.com/detail/appjump-app-launcher-and/hccbinpobnjcpckmcfngmdpnbnjpmcbd |
Beskrivelse | Quickly launch Apps from browser toolbar. Organize Apps and Extensions into Groups. Manage Apps and Extensions with ease. |
Filstørrelse | 86.39 KB |
Antal Installationer | 13,211 |
Nuværende Version | 0.9.3 |
Senest Opdateret | 2013-11-13 |
Udgivelsesdato | 2013-11-12 |
Bedømmelse | 4.35/5 Samlet 352 Bedømmelser |
Udvikler | https://www.visibotech.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://blog.visibotech.com |
Hjælpeside-URL | http://blog.visibotech.com/search/label/appjump |
Understøttede Sprog | 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" } } |