File sharer
Based on file.io API
File sharerคืออะไร?
File sharer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย i.kurski และคุณลักษณะหลักของมันคือ "Based on file.io API"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย File sharer
ดาวน์โหลดไฟล์ส่วนขยาย File sharer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Convenient, anonymous and secure file sharing. Based on file.io API by [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | File sharer |
ID | mejkeiknaedomomciabfkdgcnjdmeeog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/file-sharer/mejkeiknaedomomciabfkdgcnjdmeeog |
คำอธิบาย | Based on file.io API |
ขนาดไฟล์ | 37.37 KB |
จำนวนการติดตั้ง | 87 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-07-06 |
วันที่เผยแพร่ | 2018-07-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | i.kurski |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://file.io |
URL หน้าช่วยเหลือ | https://file.io |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "File sharer", "description": "Based on file.io API", "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "templates\/toolbar-popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |