Zip Convert Ace

Extract zipped files and compress files with ease!

Zip Convert Ace란 무엇입니까?

Zip Convert Ace은(는) S2N Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract zipped files and compress files with ease!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Zip Convert Ace 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A powerful and versatile archive manager that compresses and extracts files in just two clicks. Zip/Rar and Unzip files for free! Click on the icon will open the application without disrupting your work.  

By clicking "Add to chrome", I accept and agree to install this extension. 

For more information see our Terms at:
About -  https://www.zipconvertaceapp.com
Contact -  https://www.zipconvertaceapp.com/contact.html
EULA - https://www.zipconvertaceapp.com/eula.html
Privacy - https://www.zipconvertaceapp.com/privacy.html                    

확장 프로그램 기본 정보

이름 Zip Convert Ace Zip Convert Ace
ID eblclajmcecmjbgmmlbnkklonnhilhbj
공식 URL https://chromewebstore.google.com/detail/zip-convert-ace/eblclajmcecmjbgmmlbnkklonnhilhbj
설명 Extract zipped files and compress files with ease!
파일 크기 36.66 KB
설치 횟수 31
현재 버전 1.0.0
최근 업데이트 2020-10-30
출시 날짜 2020-10-30
평점 3.00/5 총 1 개의 평점
개발자 S2N Media
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.zipconvertaceapp.com/privacy.html
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "Zip Convert Ace",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "description": "Extract zipped files and compress files with ease!",
    "icons": {
        "16": "icons\/16.png",
        "96": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "96": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "Zip Convert Ace",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "background": {
        "page": "background.html",
        "persistent": false
    }
}