Artix Firebase in Chrome Extension
This sample shows how to use Firebase in a Chrome extension using a Google account.
Co to jest Artix Firebase in Chrome Extension?
Artix Firebase in Chrome Extension to rozszerzenie Chrome opracowane przez evanbrown88, a jego główną funkcją jest „This sample shows how to use Firebase in a Chrome extension using a Google account.”.
Pobierz plik CRX rozszerzenia Artix Firebase in Chrome Extension
Pobierz pliki rozszerzeń Artix Firebase in Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nidihichaiembggabhpnhhppokejbkoa |
Oficjalny URL | https://chrome.google.com/webstore/detail/artix-firebase-in-chrome/nidihichaiembggabhpnhhppokejbkoa |
Opis | This sample shows how to use Firebase in a Chrome extension using a Google account. |
Rozmiar pliku | 2.82 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2017-04-08 |
Data Publikacji | 2017-04-08 |
Deweloper | evanbrown88 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |