Zip Convert Ace
Extract zipped files and compress files with ease!
Was ist Zip Convert Ace?
Zip Convert Ace ist eine Chrome-Erweiterung, die von S2N Media entwickelt wurde, und ihr Hauptmerkmal ist "Extract zipped files and compress files with ease!".
Erweiterungsscreenshots
Zip Convert Ace-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zip Convert Ace-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Zip Convert Ace |
ID | eblclajmcecmjbgmmlbnkklonnhilhbj |
Offizielle URL | https://chromewebstore.google.com/detail/zip-convert-ace/eblclajmcecmjbgmmlbnkklonnhilhbj |
Beschreibung | Extract zipped files and compress files with ease! |
Dateigröße | 36.66 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-10-30 |
Veröffentlichungsdatum | 2020-10-30 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | S2N Media |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.zipconvertaceapp.com/privacy.html |
Unterstützte Sprachen | 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 } } |