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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PLExtension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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": [
                ""
            ],
            "js": [
                "vendor\/IndexedDB\/db.js",
                "vendor\/content_scripts\/js\/notification.js",
                "vendor\/cos\/cos-js-sdk-v5.js",
                "vendor\/oss\/aliyun-oss-sdk.min.js",
                "vendor\/s3\/aws-sdk.min.js",
                "vendor\/confetti\/confetti.js",
                "js\/public.js",
                "vendor\/content_scripts\/js\/content_scripts.js",
                "js\/uploader.js",
                "vendor\/content_scripts\/js\/AutoInsertFun.js",
                "vendor\/content_scripts\/js\/Sticker.js"
            ],
            "css": [
                "vendor\/content_scripts\/css\/content_scripts.css",
                "vendor\/content_scripts\/css\/notification.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "icons\/*.png",
                "vendor\/content_scripts\/js\/FullDomPermissions.js",
                "vendor\/content_scripts\/css\/FullDomPermissions.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "icons\/logo128.png",
        "default_popup": ""
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        ""
    ]
}