Web Apps by 123apps

Edit, Convert, Create

Web Apps by 123apps란 무엇입니까?

Web Apps by 123apps은(는) https://123apps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit, Convert, Create"입니다.

확장 프로그램 스크린샷

screenshot

Web Apps by 123apps 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A set of easy-to-use web apps for audio and video editing, working with pdf, and file conversion.

Boost your productivity by adding 123apps extension to Chrome! Get instant access to a suite of useful online tools.

Video Tools
Trim, Crop, Rotate, Flip, Change Resolution, Loop, Change Volume, Change Speed, Remove Logo, Add Image, Add Text, Stabilize, Video Recorder

Audio Tools
Trim, Change Volume, Change Speed, Change Pitch, Equalizer, Reverse Audio, Voice Recorder, Audio Joiner

PDF Tools
Split, Merge, Compress, Unlock, Protect, Rotate, PDF to Word, PDF to JPG, Word to PDF, JPG to PDF

Converters
Audio, Video, Images, Documents, Fonts, Archives, Ebooks                    

확장 프로그램 기본 정보

이름 Web Apps by 123apps Web Apps by 123apps
ID dpplndkoilcedkdjicmbeoahnckdcnle
공식 URL https://chromewebstore.google.com/detail/web-apps-by-123apps/dpplndkoilcedkdjicmbeoahnckdcnle
설명 Edit, Convert, Create
파일 크기 311 KB
설치 횟수 948,793
현재 버전 1.1.4
최근 업데이트 2021-10-16
출시 날짜 2021-09-09
평점 4.50/5 총 167 개의 평점
개발자 https://123apps.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://123apps.com/legal
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_allapps_h1__",
    "description": "__MSG_allapps_d1__",
    "homepage_url": "https:\/\/123apps.com",
    "version": "1.1.4",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "i\/icon\/16.png",
        "32": "i\/icon\/32.png",
        "48": "i\/icon\/48.png",
        "64": "i\/icon\/64.png",
        "128": "i\/icon\/128.png",
        "256": "i\/icon\/256.png",
        "512": "i\/icon\/512.png"
    },
    "browser_action": {
        "default_title": "__MSG_allapps_h1__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/123apps.com\/*",
                "https:\/\/dev-123apps.com\/*",
                "https:\/\/mp3cut.net\/*",
                "https:\/\/audio-joiner.com\/*",
                "https:\/\/online-audio-converter.com\/*",
                "https:\/\/video-converter.com\/*",
                "https:\/\/online-video-cutter.com\/*",
                "https:\/\/webcamera.io\/*",
                "https:\/\/online-voice-recorder.com\/*",
                "https:\/\/audio-extractor.net\/*",
                "https:\/\/extract.me\/*",
                "https:\/\/pdf.io\/*",
                "https:\/\/convert.io\/*"
            ]
        }
    ]
}