Firebase Auth in Chrome Extension Sample
This sample shows how to authorize Firebase in a Chrome extension using a Google account.
什么是Firebase Auth in Chrome Extension Sample?
Firebase Auth in Chrome Extension Sample是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This sample shows how to authorize Firebase in a Chrome extension using a Google account.”。
下载Firebase Auth in Chrome Extension Sample扩展crx文件
下载Firebase Auth in Chrome Extension Sample扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Test app
扩展基本信息
名称 | Firebase Auth in Chrome Extension Sample |
ID | ejnokdomlkkeehonbbhhipcgflfnfmjj |
官方URL | https://chromewebstore.google.com/detail/firebase-auth-in-chrome-e/ejnokdomlkkeehonbbhhipcgflfnfmjj |
简介 | This sample shows how to authorize Firebase in a Chrome extension using a Google account. |
文件大小 | 2.83 KB |
安装次数 | 36 |
当前版本 | 0.1 |
更新时间 | 2018-01-07 |
上架时间 | 2018-01-07 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firebase Auth in Chrome Extension Sample", "description": "This sample shows how to authorize Firebase in a Chrome extension using a Google account.", "version": "0.1", "permissions": [ "identity" ] } |