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 |
官方網址 | 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" } |