Launchpage

An aesthetic app launcher for the new tab page

Launchpage là gì?

Launchpage là một tiện ích mở rộng Chrome được phát triển bởi Alex Cordonnier, và tính năng chính của nó là "An aesthetic app launcher for the new tab page".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Launchpage

Tải xuống các tệp mở rộng Launchpage 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

                        Launchpage is a visually pleasing home screen for your apps. It's one of the fastest app launchers available for Chrome. You can change the background to make you feel even more at home, and it's easy to add your favorite websites for quick access.

Features:
*See all your apps at once from your beautiful new home screen
*Set your favorite background
*Chameleon interface changes color to match your background's colors
*Add almost any web page** to your home screen for quick access
*Fluid layout adjusts to match any screen size
*When you aren't connected to the Internet, apps that are available offline are instantly highlighted

Please take a short survey to let us know what you'd like to see in Launchpage! https://docs.google.com/spreadsheet/viewform?formkey=dHNjMzJRcFdDcG1pTWgtbzhYZjA1YVE6MQ#gid=0

New in version 2.0:
* Adjusts to different screen sizes to use space more effectively
* Now uses Material Design
* Fixed minor stability issues

Launchpage is now on GitHub! Check it out: https://github.com/ajcord/Launchpage

**Works with all HTTP and HTTPS websites except the Chrome Web Store. If you encounter a website that does not work, please submit a bug report with the URL of the website at https://chrome.google.com/webstore/support/bkdpdcgcbkkohcelcibdenakcngkmamg#bug                    

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

Tên Launchpage Launchpage
ID bkdpdcgcbkkohcelcibdenakcngkmamg
URL Chính Thức https://chromewebstore.google.com/detail/launchpage/bkdpdcgcbkkohcelcibdenakcngkmamg
Mô tả An aesthetic app launcher for the new tab page
Kích Thước Tệp 418 KB
Số Lần Cài Đặt 778
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2015-08-17
Đánh Giá 3.88/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Alex Cordonnier
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://alexcordonnier.com
URL Trang Trợ Giúp https://github.com/ajcord/Launchpage
Ngôn Ngữ Được Hỗ Trợ en,en-GB,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "author": "Alex Cordonnier",
    "homepage_url": "https:\/\/github.com\/ajcord\/Launchpage",
    "default_locale": "en",
    "background": {
        "page": "html\/launcher.html"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "incognito": "spanning",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "html\/launcher.html"
    },
    "permissions": [
        "management",
        "declarativeContent",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "32": "icons\/icon_32.png",
        "16": "icons\/icon_16.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon_19.png"
        },
        "default_title": "Add to Launchpage",
        "default_popup": "html\/add.html"
    }
}