Smart Uploader

By Unikrew Solutions

什么是Smart Uploader?

Smart Uploader是由unikrewsolutions开发的Chrome扩展程序,该扩展的主要功能是“By Unikrew Solutions”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Smart Uploader扩展crx文件

下载Smart Uploader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        File Uploading Extension by Unikrew Solutions

What is Smart Uploader?

Smart Uploader is an extension that allows files to be uploaded in background.

Key Features:

Smart Uploader’s breaks down large files into many smaller chunks and then uploads the file. Therefore, this makes the upload process very efficient, less prone to failure, and even allows uploading when internet speed is slow.

The uploading of file is done in background so that user can continue to use the browser without waiting. The progress of the uploading can be monitored using the popup screen.

Smart Uploader’s UI is beautiful, clean, and simple to use. It adheres to the principles of the popular framework Material UI.

Smart Uploader allows user to upload images, and documents type files.

Smart Uploader is highly reliable and lightweight.

Smart Uploader supports multiple file upload.                    

扩展基本信息

名称 Smart Uploader Smart Uploader
ID dnjkojfkjiejdadpobkfheeonbpefeop
官方URL https://chrome.google.com/webstore/detail/smart-uploader/dnjkojfkjiejdadpobkfheeonbpefeop
简介 By Unikrew Solutions
文件大小 1.67 MB
安装次数 362
当前版本 1.8
更新时间 2021-04-20
上架时间 2020-03-31
评分 4.50/5 共4次评分
开发者 unikrewsolutions
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.unikrew.com
隐私政策页面URL https://www.unikrew.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Uploader",
    "version": "1.8",
    "description": "By Unikrew Solutions",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/assets\/js\/scripts.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/assets\/js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": ".\/assets\/images\/app-icons\/app-icon-16x16.png",
        "48": ".\/assets\/images\/app-icons\/app-icon-48x48.png",
        "128": ".\/assets\/images\/app-icons\/app-icon-128x128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": ".\/assets\/images\/app-icons\/app-icon-48x48.png"
    },
    "web_accessible_resources": [
        "\/assets\/images\/error.jpg"
    ],
    "manifest_version": 2
}