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 擴展基本資訊
| 名稱 | |
| ID | ejnokdomlkkeehonbbhhipcgflfnfmjj |
| 官方網址 | 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"
]
} | |