ZIP Manager (zip, rar, 7z)

Open a local and remote ZIP, RAR, 7Z, or any other archive format to extract all files or selected ones without any dependencies

ZIP Manager (zip, rar, 7z)란 무엇입니까?

ZIP Manager (zip, rar, 7z)은(는) lunu.bounir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a local and remote ZIP, RAR, 7Z, or any other archive format to extract all files or selected ones without any dependencies"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ZIP Manager (zip, rar, 7z) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension is a ZIP format viewer and extractor. You can feed this application with one or multiple local files or a single remote link. The extension displays the content of the ZIP archive for you without any dependencies. You can then extract selected files or all files into the default download directory or a directory of your choice without even downloading the actual ZIP archive. Note that this extension keeps the file structure only if your browser supports downloading into subdirectories.

The extension adds a context menu item to the ZIP links. To open local files, first, open the manager window and then drag and drop the files into the view.

Supported archive formats:
7z, Zip, Tar, GZip, Rar, and many more!

Version Logs:
0.1.2:
1. It is now possible to drag a file from the ZIP manager window and drop it into a folder like your Desktop directory. This feature is used to drop a dot file to your local folder as well!
0.1.4:
1. mobile-friendly. The manager UI is now mobile-friendly
0.1.5:
1. The extension now supports native filesystem API, which improves the file writing to the disk                    

확장 프로그램 기본 정보

이름 ZIP Manager (zip, rar, 7z) ZIP Manager (zip, rar, 7z)
ID eahldalhgbpahhllfcgaobhjnmcfmlbd
공식 URL https://chromewebstore.google.com/detail/zip-manager-zip-rar-7z/eahldalhgbpahhllfcgaobhjnmcfmlbd
설명 Open a local and remote ZIP, RAR, 7Z, or any other archive format to extract all files or selected ones without any dependencies
파일 크기 730 KB
설치 횟수 25,130
현재 버전 0.2.5
최근 업데이트 2023-11-04
출시 날짜 2019-08-21
평점 3.79/5 총 19 개의 평점
개발자 lunu.bounir
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webextension.org/listing/zip-manager.html
도움말 페이지 URL https://webextension.org/listing/zip-manager.htmlhttps://webextension.org/listing/zip-manager.html
개인정보 보호 정책 페이지 URL https://add0n.com/policies/lunu.bounir.txt
지원되는 언어 de,en,fr,nl,da,et,hu,fi,cs,el,bg,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.5",
    "name": "ZIP Manager (zip, rar, 7z)",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "offline_enabled": true,
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "action": [],
    "homepage_url": "https:\/\/webextension.org\/listing\/zip-manager.html",
    "background": {
        "service_worker": "worker.js"
    },
    "sandbox": {
        "pages": [
            "data\/sandbox\/index.html"
        ]
    },
    "commands": {
        "_execute_action": []
    }
}