Firestore Full Screen Plugin
This extension will extend your firestore console to full screen!
Firestore Full Screen Pluginคืออะไร?
Firestore Full Screen Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kitnipan.d และคุณลักษณะหลักของมันคือ "This extension will extend your firestore console to full screen!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firestore Full Screen Plugin
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |