Google App Launcher

Google App launcher created by H.Pleitez

Google App Launcherとは何ですか?

Google App LauncherはH. Pleitezによって開発されたChromeの拡張機能で、その主な機能は「Google App launcher created by H.Pleitez」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Google App Launcher拡張機能のCRXファイルをダウンロード

Google App Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google Apps Launcher was created for users to quickly open up Google Apps from an extension.

The extension does not save any of your user data nor does it relay any information to any external server.

The extension makes it seamless to open Google Apps, of your choosing, in a new tab.

Google logos are registered trademarks of Google LLC.
This extension may be updated at irregular intervals.

- Herson Pleitez

©2018 Google LLC All rights reserved.
Google and the Google logo are registered trademarks of Google LLC.


v1.0 - Initial launch
v1.2 - Visual redesign, including adding Dark Mode switch.
v1.4 - GSuite Dashboard and Gmail links added                    

拡張機能の基本情報

名前 Google App Launcher Google App Launcher
ID mbiingeofjaobdlcimmeamefmgjmcgdd
公式URL https://chromewebstore.google.com/detail/google-app-launcher/mbiingeofjaobdlcimmeamefmgjmcgdd
説明 Google App launcher created by H.Pleitez
ファイルサイズ 5.89 MB
インストール数 3,852
現在のバージョン 1.4
最終更新日 2020-04-22
公開日 2020-04-22
評価 5.00/5 合計 1 レビュー
開発者 H. Pleitez
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/view/hpleitez/chrome-extensions
ヘルプページのURL https://sites.google.com/view/hpleitez/contact-me
プライバシーポリシーページのURL https://sites.google.com/view/hpleitez/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/popup.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Google App Launcher by H. Pleitez"
    },
    "description": "Google App launcher created by H.Pleitez ",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "name": "Google App Launcher",
    "version": "1.4"
}