PLExtension
PLExtension that provides file upload capabilities for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, and more.
PLExtensionคืออะไร?
PLExtension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fileup.dev และคุณลักษณะหลักของมันคือ "PLExtension that provides file upload capabilities for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PLExtension
ดาวน์โหลดไฟล์ส่วนขยาย PLExtension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
[Introduction] PLExtension is a free upload extension program that provides file uploading for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, GitHub, and more. 1.Compatible with Chromium and Gecko-based browsers. 2.Supports real-time preview, image (cross-domain) uploading, and pre-formatted code/editor insertion. 3.Supports a persistent sidebar in the browser, sidebar drag-and-drop uploading, browser right-click menu uploading, paste/drag-and-drop uploading on upload pages, and local and URL storage. 4.Compatible with popular browsers such as Chrome, Edge, and Firefox. GitHub: https://github.com/zenecho/plextension/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PLExtension |
ID | lhbncdbejjjbbljkdplddajgmeconcnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plextension/lhbncdbejjjbbljkdplddajgmeconcnk |
คำอธิบาย | PLExtension that provides file upload capabilities for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, and more. |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 416 |
เวอร์ชันปัจจุบัน | 1.1.8 |
อัปเดตครั้งล่าสุด | 2023-12-21 |
วันที่เผยแพร่ | 2023-01-11 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://fileup.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fileup.dev/ |
URL หน้าช่วยเหลือ | https://fileup.dev/ |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "version": "1.1.8", "manifest_version": 3, "description": "__MSG_app_description__", "homepage_url": "https:\/\/fileup.dev\/", "default_locale": "en", "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "64": "icons\/logo64.png", "128": "icons\/logo128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ " |