Firestore Full Screen Plugin

This extension will extend your firestore console to full screen!

Co je Firestore Full Screen Plugin?

Firestore Full Screen Plugin je rozšíření Chrome vyvinuté kitnipan.d, a jeho hlavní funkcí je „This extension will extend your firestore console to full screen!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Firestore Full Screen Plugin

Stáhněte si soubory rozšíření Firestore Full Screen Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Full size your Firebase Firestore console that its!                    

Základní Informace o Rozšíření

Název Firestore Full Screen Plugin Firestore Full Screen Plugin
ID jajbnologjejhjnjbhjbedleadnjogog
Oficiální URL https://chromewebstore.google.com/detail/firestore-full-screen-plu/jajbnologjejhjnjbhjbedleadnjogog
Popis This extension will extend your firestore console to full screen!
Velikost souboru 66.96 KB
Počet instalací 91
Aktuální Verze 1.0.3
Poslední Aktualizace 2018-02-22
Datum Vydání 2018-02-21
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář kitnipan.d
Typ Platby free
Podporované Jazyky 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"
    ]
}