AppLauncher
Application Launcher for Chrome. Run all your web applications installed from WebStore.
AppLauncher란 무엇입니까?
AppLauncher은(는) https://www.webswamp.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Application Launcher for Chrome. Run all your web applications installed from WebStore."입니다.
확장 프로그램 스크린샷
AppLauncher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AppLauncher brings easiest access to all your web applications installed from Chrome's WebStore. * Version 0.6 Update to comply with the new Chrome extensions requirements * Version 0.5.2 Minor bugfixes * Version 0.5.1 Fixed problem when opening application menu * New in version 0.4 Application rearrangement (drag & drop) New fonts Few minor bugfixes
확장 프로그램 기본 정보
이름 | AppLauncher |
ID | mnbfkkkpphlcbeaeemeblclibjnofamn |
공식 URL | https://chromewebstore.google.com/detail/applauncher/mnbfkkkpphlcbeaeemeblclibjnofamn |
설명 | Application Launcher for Chrome. Run all your web applications installed from WebStore. |
파일 크기 | 35.71 KB |
설치 횟수 | 3,037 |
현재 버전 | 0.6 |
최근 업데이트 | 2013-03-29 |
출시 날짜 | 2013-03-29 |
평점 | 4.04/5 총 53 개의 평점 |
개발자 | https://www.webswamp.net |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "img\/logo-19.png", "default_popup": "appList.html" }, "description": "Application Launcher for Chrome. Run all your web applications installed from WebStore. ", "icons": { "128": "img\/logo-128.png", "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "64": "img\/logo-64.png" }, "minimum_chrome_version": "20", "name": "AppLauncher", "permissions": [ "management" ], "version": "0.6" } |