Fileon - S3 Browser
An unified user interface for AWS S3 and other object storages.
Fileon - S3 Browser란 무엇입니까?
Fileon - S3 Browser은(는) https://fileon.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An unified user interface for AWS S3 and other object storages."입니다.
확장 프로그램 스크린샷
Fileon - S3 Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ "*:\/\/*\/*" ] } |