Launcher (for Chrome™)
This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps.
Launcher (for Chrome™)란 무엇입니까?
Launcher (for Chrome™)은(는) http://wauncher.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps."입니다.
확장 프로그램 스크린샷
Launcher (for Chrome™) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Web App Launcher provides quick and intuitive personalized access to your favourite websites. Features: ✔ Automatically generated personalized grid of your most opened and recently visited sites; ✔ Well-organized sidebar to browse through a growing collection of web apps and games; ✔ An ultra-fast live search that displays the results as you type; ✔ Simple and clean user interface based on Google's Material Design principles; ✔ Fast loading and lightweight, with responsive design to accommodate iOS, Android, Windows etc; ✔ No signup or registration required; ✔ Completely FREE, NO ADS! Have any questions? Twitter: @wauncher Facebook: fb.com/wauncher Email: [email protected]
확장 프로그램 기본 정보
이름 | |
ID | lfkpbadaihhpflkblbecdmdhkeofgona |
공식 URL | https://chrome.google.com/webstore/detail/launcher-for-chrome/lfkpbadaihhpflkblbecdmdhkeofgona |
설명 | This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps. |
파일 크기 | 15.5 KB |
설치 횟수 | 2,007 |
현재 버전 | 2019.07.24 |
최근 업데이트 | 2020-08-13 |
출시 날짜 | 2020-08-13 |
평점 | 4.08/5 총 39 개의 평점 |
개발자 | http://wauncher.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "html\/redirect.html" }, "permissions": [ "tabs" ], "name": "Launcher (for Chrome\u2122)", "version": "2", "version_name": "2019.07.24", "description": "This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps." } |