Artix Firebase in Chrome Extension
This sample shows how to use Firebase in a Chrome extension using a Google account.
Vad är Artix Firebase in Chrome Extension?
Artix Firebase in Chrome Extension är en Chrome-tillägg utvecklad av evanbrown88, och dess huvudfunktion är "This sample shows how to use Firebase in a Chrome extension using a Google account.".
Ladda ner Artix Firebase in Chrome Extension-förlängningens CRX-fil
Ladda ner Artix Firebase in Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | nidihichaiembggabhpnhhppokejbkoa |
Officiell webbadress | https://chrome.google.com/webstore/detail/artix-firebase-in-chrome/nidihichaiembggabhpnhhppokejbkoa |
Beskrivning | This sample shows how to use Firebase in a Chrome extension using a Google account. |
Filstorlek | 2.82 KB |
Antal Installationer | 60 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2017-04-08 |
Publiceringsdatum | 2017-04-08 |
Utvecklare | evanbrown88 |
Betalningssätt | free |
Stödda Språk | 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" ] } |