Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zip & Unzip Files", "version": "1.0.0.1", "description": "Extract zipped files with ease!", "icons": { "16": "logo-zip-16.png", "32": "logo-zip-32.png", "48": "logo-zip-48.png", "64": "logo-zip-64.png", "96": "logo-zip-96.png", "128": "logo-zip-128.png" }, "container": [ "DOMAIN_INSTALLABLE", "GOOGLE_DRIVE" ], "api_console_project_id": "199113505032", "app": { "launch": { "web_url": "https:\/\/www.zipfiletab.com\/unzip" } }, "gdrive_mime_types": { "http:\/\/drive.google.com\/intents\/opendrivedoc": [ { "type": [ "application\/x-7z-compressed", "application\/zip", "application\/x-rar-compressed", "application\/x-bzip", "application\/x-bzip2", "application\/gzip", "application\/x-tar" ], "href": "https:\/\/www.zipfiletab.com\/unzip", "title": "Open", "disposition": "window" } ] } }