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."입니다.
확장 프로그램 스크린샷
AppJump App Launcher and Organizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" } } |