Artix Firebase in Chrome Extension
This sample shows how to use Firebase in a Chrome extension using a Google account.
What is Artix Firebase in Chrome Extension?
Artix Firebase in Chrome Extension is a Chrome extension developed by evanbrown88, and its main feature is "This sample shows how to use Firebase in a Chrome extension using a Google account.".
Download Artix Firebase in Chrome Extension Extension CRX File
Download Artix Firebase in Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | nidihichaiembggabhpnhhppokejbkoa |
Official URL | https://chrome.google.com/webstore/detail/artix-firebase-in-chrome/nidihichaiembggabhpnhhppokejbkoa |
Description | This sample shows how to use Firebase in a Chrome extension using a Google account. |
File Size | 2.82 KB |
Installation Count | 60 |
Current Version | 0.1 |
Last Updated | 2017-04-08 |
Publish Date | 2017-04-08 |
Developer | evanbrown88 |
Payment Type | free |
Supported Languages | 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" ] } |