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.”。
扩展截图
下载Zip Opener for Google Chrome™扩展crx文件
下载Zip Opener for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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\/*" ] } |