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.”。

擴展截圖

screenshot
screenshot

下載Launcher (for Chrome™)擴展crx文件

下載Launcher (for Chrome™)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Launcher (for Chrome™) Launcher (for Chrome™)
ID lfkpbadaihhpflkblbecdmdhkeofgona
官方網址 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."
}