Firestore Full Screen Plugin
This extension will extend your firestore console to full screen!
What is Firestore Full Screen Plugin?
Firestore Full Screen Plugin is a Chrome extension developed by kitnipan.d, and its main feature is "This extension will extend your firestore console to full screen!".
Extension Screenshots
Download Firestore Full Screen Plugin Extension CRX File
Download Firestore Full Screen Plugin 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
Full size your Firebase Firestore console that its!
Extension Basic Information
Name | Firestore Full Screen Plugin |
ID | jajbnologjejhjnjbhjbedleadnjogog |
Official URL | https://chromewebstore.google.com/detail/firestore-full-screen-plu/jajbnologjejhjnjbhjbedleadnjogog |
Description | This extension will extend your firestore console to full screen! |
File Size | 66.96 KB |
Installation Count | 91 |
Current Version | 1.0.3 |
Last Updated | 2018-02-22 |
Publish Date | 2018-02-21 |
Rating | 3.00/5 Total 2 Ratings |
Developer | kitnipan.d |
Payment Type | free |
Supported Languages | 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" ] } |