Online File Compressor
Online File Compressor is a very handy and powerful free service allowing you to compress videos, images and PDF files in minutes.
Online File Compressor란 무엇입니까?
Online File Compressor은(는) http://www.apowersoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online File Compressor is a very handy and powerful free service allowing you to compress videos, images and PDF files in minutes."입니다.
확장 프로그램 스크린샷
Online File Compressor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Online File Compressor extension for Chrome - A very handy and powerful free service allows you to compress videos, images and PDF files in minutes. It supports a wide range of formats including JPG, JPEG, PNG, TIF, TIFF, GIF, BMP, MP4, AVI, MOV, 3GP, WMV, RMVB, ASF, PDF and many more. Without signing up or downloading any program, just open your browser to start compressing files and then output them with high quality. Features ✔ No watermark, no download. ✔ No limitation to the file size and compression times. ✔ Easy and clean interface. ✔ Safe to use. ✔ Works with any popular browser. Reliable and Fast File Compressor ▶ Robust Image Compressor Batch compresses a number of images at fast speed. Supports three compression types like Size, Normal and Quality. ▶ Multifunctional Video Compressor Saves video as original or MP4 format. Offers multiple output resolution such as 1920x1080, 1280x720, 1024x720, and so on. ▶ Efficient PDF Compressor Requires you to finish only three simple steps to compress PDF files. Allows you to upload a host of PDFs to compress. Enables you to choose the best compression type from three options: Size, Normal and Quality. Contact Us ☛ Customer Service: [email protected] ☛ Desktop Program: https://www.apowersoft.com/compress-file
확장 프로그램 기본 정보
이름 | |
ID | njlljdnniikicgkdghdhdfpbojdnjfod |
공식 URL | https://chrome.google.com/webstore/detail/online-file-compressor/njlljdnniikicgkdghdhdfpbojdnjfod |
설명 | Online File Compressor is a very handy and powerful free service allowing you to compress videos, images and PDF files in minutes. |
파일 크기 | 42.82 KB |
설치 횟수 | 3,598 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-07-30 |
출시 날짜 | 2019-07-30 |
평점 | 2.25/5 총 8 개의 평점 |
개발자 | http://www.apowersoft.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.apowersoft.com/compress-file |
도움말 페이지 URL | https://www.apowersoft.com/support/ |
개인정보 보호 정책 페이지 URL | https://www.apowersoft.com/privacy |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.0", "description": "__MSG_description__", "icons": { "16": "img\/favicon.png", "48": "img\/favicon.png", "128": "img\/favicon.png" }, "browser_action": { "default_icon": "img\/favicon.png", "default_title": "__MSG_title__", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "notifications", "webRequest", "webRequestBlocking", "storage", "http:\/\/www.apowersoft.com\/*", "https:\/\/www.apowersoft.com\/*" ], "homepage_url": "https:\/\/www.apowersoft.com", "omnibox": { "keyword": "__MSG_keyword__" }, "default_locale": "en" } |