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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } |