Artix Firebase in Chrome Extension
This sample shows how to use Firebase in a Chrome extension using a Google account.
Artix Firebase in Chrome Extensionとは何ですか?
Artix Firebase in Chrome Extensionはevanbrown88によって開発されたChromeの拡張機能で、その主な機能は「This sample shows how to use Firebase in a Chrome extension using a Google account.」です。
Artix Firebase in Chrome Extension拡張機能のCRXファイルをダウンロード
Artix Firebase in Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | nidihichaiembggabhpnhhppokejbkoa |
公式URL | https://chrome.google.com/webstore/detail/artix-firebase-in-chrome/nidihichaiembggabhpnhhppokejbkoa |
説明 | This sample shows how to use Firebase in a Chrome extension using a Google account. |
ファイルサイズ | 2.82 KB |
インストール数 | 60 |
現在のバージョン | 0.1 |
最終更新日 | 2017-04-08 |
公開日 | 2017-04-08 |
開発者 | evanbrown88 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Artix Firebase in Chrome Extension", "description": "This sample shows how to use Firebase in a Chrome extension using a Google account.", "version": "0.1", "permissions": [ "identity" ] } |