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 |
| 公式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"
]
} | |