Zip Opener for Google Chrome™

View & extract any zip file now from your browser.

Zip Opener for Google Chrome™란 무엇입니까?

Zip Opener for Google Chrome™은(는) http://freebusinessapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View & extract any zip file now from your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Zip Opener for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zip Opener for Google Chrome™

View & extract any zip file now from your browser.
You dont need to register to begin extracting any zip files. Simply install Zip Opener for Google Chrome™

Our extension supports many zip formats such as zip, 7z, gzip and rar
- Extract as many zip files as you want
- Download the unzipped files either to your computer/Google Drive

View & extract any zip or rar file now from your browser and save it to either your local computer/Google Drive.

This zip opener service is 100% free.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Zip Opener for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

확장 프로그램 기본 정보

이름 Zip Opener for Google Chrome™ Zip Opener for Google Chrome™
ID aekdnaieehaohkndgeankpcbhdjpinfp
공식 URL https://chrome.google.com/webstore/detail/zip-opener-for-google-chr/aekdnaieehaohkndgeankpcbhdjpinfp
설명 View & extract any zip file now from your browser.
파일 크기 81.44 KB
설치 횟수 12,596
현재 버전 1.0.3
최근 업데이트 2020-02-16
출시 날짜 2020-02-16
평점 2.30/5 총 10 개의 평점
개발자 http://freebusinessapps.net
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zip Opener for Google Chrome\u2122",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "View & extract any zip file now from your browser.",
    "container": [
        "GOOGLE_DRIVE"
    ],
    "icons": {
        "128": "logo-zip-128.png",
        "48": "logo-zip-48.png",
        "16": "logo-zip-16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo-zip-16.png",
            "32": "logo-zip-32.png"
        }
    },
    "background": {
        "scripts": [
            "launch.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/api.zipfiletab.com\/*"
    ]
}