Apps Launcher for Chrome
Access all your installed applications and extensions, their settings and homepages
Apps Launcher for Chrome란 무엇입니까?
Apps Launcher for Chrome은(는) tlintspr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access all your installed applications and extensions, their settings and homepages"입니다.
확장 프로그램 스크린샷
Apps Launcher for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This add-on provides the same functionality as Chrome's default apps launcher is now deprecated. Using this app launcher you can have access to all your installed applications from within a toolbar popup window. The panel enables you to sort your apps the way you want them, and you can directly access the following services: 1. Launch an application directly from the popup view 2. Launch the application's options page 3. Launch the application's home page Context menu options: 1. Open any Chrome internal page 2. Open the Chrome Webstore page 3. Create a custom app shortcut for any webpage This extension supports keyboard shortcuts. You can navigate through items with the Tab key and navigate back with the "Shift + Tab" combination. Alternatively, press the first character of an item to directly select it.
확장 프로그램 기본 정보
이름 | Apps Launcher for Chrome |
ID | hdmhnhkegdfpajaeijlfopfoallfdiak |
공식 URL | https://chromewebstore.google.com/detail/apps-launcher-for-chrome/hdmhnhkegdfpajaeijlfopfoallfdiak |
설명 | Access all your installed applications and extensions, their settings and homepages |
파일 크기 | 87.8 KB |
설치 횟수 | 37,792 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2021-10-26 |
출시 날짜 | 2020-06-26 |
평점 | 4.50/5 총 62 개의 평점 |
개발자 | tlintspr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://add0n.com/apps-launcher.html |
도움말 페이지 URL | https://add0n.com/apps-launcher.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Apps Launcher for Chrome", "description": "Access all your installed applications and extensions, their settings and homepages", "version": "0.2.2", "manifest_version": 3, "permissions": [ "storage", "management", "contextMenus" ], "action": { "default_popup": "data\/popup\/index.html" }, "background": { "service_worker": "worker.js" }, "homepage_url": "https:\/\/add0n.com\/apps-launcher.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "commands": { "_execute_action": { "description": "Open the popup view with a shortcut" } } } |