Zip Opener for Google Chrome™
View & extract any zip file now from your browser.
Zip Opener for Google Chrome™ là gì?
Zip Opener for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi http://freebusinessapps.net, và tính năng chính của nó là "View & extract any zip file now from your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zip Opener for Google Chrome™
Tải xuống các tệp mở rộng Zip Opener for Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aekdnaieehaohkndgeankpcbhdjpinfp |
URL Chính Thức | https://chrome.google.com/webstore/detail/zip-opener-for-google-chr/aekdnaieehaohkndgeankpcbhdjpinfp |
Mô tả | View & extract any zip file now from your browser. |
Kích Thước Tệp | 81.44 KB |
Số Lần Cài Đặt | 12,596 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2020-02-16 |
Ngày Phát Hành | 2020-02-16 |
Đánh Giá | 2.30/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | http://freebusinessapps.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |