Web Apps by 123apps

Edit, Convert, Create

Web Apps by 123appsคืออะไร?

Web Apps by 123apps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://123apps.com และคุณลักษณะหลักของมันคือ "Edit, Convert, Create"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Apps by 123apps

ดาวน์โหลดไฟล์ส่วนขยาย Web Apps by 123apps ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}