Fileon - S3 Browser

An unified user interface for AWS S3 and other object storages.

Fileon - S3 Browser क्या है?

Fileon - S3 Browser https://fileon.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An unified user interface for AWS S3 and other object storages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fileon - S3 Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension was developed to work with any S3-compatible object storage which support AWS S3 APIs spec.

- Supports popular S3 object storages (AWS S3, Storj, Google Cloud storage, Digital Occean's spaces, Minio ...)
- Core features:
  + Single/multiple file(s) upload, download, copy, delete ...
  + Support copy/move objects across different buckets
  + Bucket listing/creation/delete
  + Folder-like structure listing using prefix and delimitter
  + Generate share link using presigned request with custom expire time
  + Compatible with any object storage supporting S3 AWS API by specifying server's host/port. Meaning local S3 server's supported too.
  Users are able to chage bucket url as Path Style or Virtual-host style request depends on S3 server.
  For example: For AWS S3
    ++ Path style: https://s3.amazonaws.com/[bucket-name]/[object-path]   -> this is deprecated. only support bucket created before September 30, 2020
    ++ Virtual-host style: https://[bucket-name].s3.amazonaws.com/[object-path] -> recommended - default AWS s3 template we use this style, you can change it with custom template
  + Support upload/download file with big size (> 5GB), transfers queueing, progress tracking
  + Access controll list (ACL) management, block public access
  + Audio/Video preview without download the whole file.
  + Drag/Drop files upload



*** Tags:
S3, Explorer, AWS, GCP, Cloud Storage, Minio, Digital Occean Spaces, Wasabi, Cleversafe
Object Storage, Self-hosted S3, Ceph, Zenko, Riak S2, Triton, LeoFS, HyperStore
Storj                    

एक्सटेंशन की मूल जानकारी

नाम Fileon - S3 Browser Fileon - S3 Browser
ID dkckgdiclklkmiaimnpdlccihdkfbjdd
आधिकारिक URL https://chromewebstore.google.com/detail/fileon-s3-browser/dkckgdiclklkmiaimnpdlccihdkfbjdd
विवरण An unified user interface for AWS S3 and other object storages.
फ़ाइल का आकार 1.11 MB
स्थापना संख्या 5,664
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2021-10-08
प्रकाशन तिथि 2021-04-01
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर https://fileon.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.fileon.io
सहायता पृष्ठ URL https://www.fileon.io/support
गोपनीयता नीति पृष्ठ URL https://www.fileon.io/public/fileon-privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Fileon",
    "name": "Fileon - S3 Browser",
    "description": "An unified user interface for AWS S3 and other object storages.",
    "version": "1.0.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "brand-icon16.png",
            "32": "brand-icon32.png",
            "48": "brand-icon48.png",
            "128": "brand-icon128.png"
        }
    },
    "icons": {
        "16": "brand-icon16.png",
        "32": "brand-icon32.png",
        "48": "brand-icon48.png",
        "128": "brand-icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}