PLExtension

PLExtension that provides file upload capabilities for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, and more.

Cos'è PLExtension?

PLExtension è un'estensione di Chrome sviluppata da https://fileup.dev, e la sua funzione principale è "PLExtension that provides file upload capabilities for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PLExtension

Scarica i file di estensione PLExtension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        [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/                    

Informazioni di Base sull'Estensione

Nome PLExtension PLExtension
ID lhbncdbejjjbbljkdplddajgmeconcnk
URL Ufficiale https://chromewebstore.google.com/detail/plextension/lhbncdbejjjbbljkdplddajgmeconcnk
Descrizione PLExtension that provides file upload capabilities for programs such as lsky, EasyImages, chevereto, Alibaba OSS, AWS S3, and more.
Dimensione del File 1.14 MB
Conteggio Installazioni 416
Versione Corrente 1.1.8
Ultimo Aggiornamento 2023-12-21
Data di Pubblicazione 2023-01-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://fileup.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fileup.dev/
URL della Pagina di Aiuto https://fileup.dev/
Lingue Supportate 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": [
        ""
    ]
}