tsuibami
mini editor for esa.io
tsuibamiคืออะไร?
tsuibami เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hyoshihara04 และคุณลักษณะหลักของมันคือ "mini editor for esa.io"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tsuibami
ดาวน์โหลดไฟล์ส่วนขยาย tsuibami ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
tsuibami is the mini editor for esa.io. With this extension, you can create posts as WIP to your team's esa.io and update it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | tsuibami |
ID | fdlmhgjffhgfdgcihijjlfgglhkkbghn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tsuibami/fdlmhgjffhgfdgcihijjlfgglhkkbghn |
คำอธิบาย | mini editor for esa.io |
ขนาดไฟล์ | 150 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 0.3.2 |
อัปเดตครั้งล่าสุด | 2020-07-26 |
วันที่เผยแพร่ | 2019-11-04 |
ผู้พัฒนา | hyoshihara04 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/yoshihara/tsuibami |
URL หน้าช่วยเหลือ | https://github.com/yoshihara/tsuibami/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tsuibami", "version": "0.3.2", "manifest_version": 2, "description": "mini editor for esa.io", "permissions": [ "storage", "https:\/\/api.esa.io\/v1\/" ], "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" } } }, "browser_action": { "default_icon": "icon.png", "default_title": "tsuibami", "default_popup": "index.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |