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": [ " |