Firestore Full Screen Plugin

This extension will extend your firestore console to full screen!

Co to jest Firestore Full Screen Plugin?

Firestore Full Screen Plugin to rozszerzenie Chrome opracowane przez kitnipan.d, a jego główną funkcją jest „This extension will extend your firestore console to full screen!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Firestore Full Screen Plugin

Pobierz pliki rozszerzeń Firestore Full Screen Plugin 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

                        Full size your Firebase Firestore console that its!                    

Podstawowe informacje o rozszerzeniu

Nazwa Firestore Full Screen Plugin Firestore Full Screen Plugin
ID jajbnologjejhjnjbhjbedleadnjogog
Oficjalny URL https://chromewebstore.google.com/detail/firestore-full-screen-plu/jajbnologjejhjnjbhjbedleadnjogog
Opis This extension will extend your firestore console to full screen!
Rozmiar pliku 66.96 KB
Liczba instalacji 91
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2018-02-22
Data Publikacji 2018-02-21
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper kitnipan.d
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": "Firestore Full Screen Plugin",
    "description": "This extension will extend your firestore console to full screen!",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "tabs"
    ]
}