Firestore Full Screen Plugin
This extension will extend your firestore console to full screen!
Firestore Full Screen Pluginとは何ですか?
Firestore Full Screen Pluginはkitnipan.dによって開発されたChromeの拡張機能で、その主な機能は「This extension will extend your firestore console to full screen!」です。
拡張機能のスクリーンショット
Firestore Full Screen Plugin拡張機能のCRXファイルをダウンロード
Firestore Full Screen Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Full size your Firebase Firestore console that its!
拡張機能の基本情報
名前 | Firestore Full Screen Plugin |
ID | jajbnologjejhjnjbhjbedleadnjogog |
公式URL | https://chromewebstore.google.com/detail/firestore-full-screen-plu/jajbnologjejhjnjbhjbedleadnjogog |
説明 | This extension will extend your firestore console to full screen! |
ファイルサイズ | 66.96 KB |
インストール数 | 91 |
現在のバージョン | 1.0.3 |
最終更新日 | 2018-02-22 |
公開日 | 2018-02-21 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | kitnipan.d |
支払い方法 | free |
対応言語 | 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" ] } |