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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
[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/ |
عنوان صفحة المساعدة | 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": [ " |