Launcher (for Chrome™)

This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps.

Launcher (for Chrome™) là gì?

Launcher (for Chrome™) là một tiện ích mở rộng Chrome được phát triển bởi http://wauncher.com, và tính năng chính của nó là "This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Launcher (for Chrome™)

Tải xuống các tệp mở rộng Launcher (for Chrome™) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Launcher (for Chrome™) Launcher (for Chrome™)
ID lfkpbadaihhpflkblbecdmdhkeofgona
URL Chính Thức https://chrome.google.com/webstore/detail/launcher-for-chrome/lfkpbadaihhpflkblbecdmdhkeofgona
Mô tả This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps.
Kích Thước Tệp 15.5 KB
Số Lần Cài Đặt 2,007
Phiên Bản Hiện Tại 2019.07.24
Cập Nhật Lần Cuối 2020-08-13
Ngày Phát Hành 2020-08-13
Đánh Giá 4.08/5 Tổng số 39 Đánh Giá
Nhà Phát Triển http://wauncher.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
}