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 |
官方網址 | 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\/*" ] } |