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
公式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
Eメール [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."
}