PLExtension
PLExtension that provides file upload capabilities for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, and more.
PLExtensionとは何ですか?
PLExtensionはhttps://fileup.devによって開発されたChromeの拡張機能で、その主な機能は「PLExtension that provides file upload capabilities for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, and more.」です。
拡張機能のスクリーンショット
PLExtension拡張機能のCRXファイルをダウンロード
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/ 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |