File Converter - By Online-Convert.com

Convert your files from one format to another. The official app from online-convert.com

File Converter - By Online-Convert.comคืออะไร?

File Converter - By Online-Convert.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.online-convert.com และคุณลักษณะหลักของมันคือ "Convert your files from one format to another. The official app from online-convert.com"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย File Converter - By Online-Convert.com

ดาวน์โหลดไฟล์ส่วนขยาย File Converter - By Online-Convert.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        High quality file converter to convert files from one format to another. Integrated with Gmail. Speed up your productivity by adding online-convert.com to Chrome!

★ The tool adds an icon in your extension toolbar and lets you convert files there without the need to visit our webpage.

★ The file converter contains the following conversion tools:
- An image converter for raster & vector images
- A document converter
- A video converter
- An audio converter for music
- A compression tool to minimize files (e.g. before sending them via email)

★ The integration with Gmail is called when you compose a message and click on the small icon within the compose window.

★ The best about Online-Convert.com is that you can convert across file categories. That way you can convert an image containing text using OCR to a fully editable Word document.

If you have any questions, requests or need to get in touch with us, send us an e-mail to [email protected]

By installing the extension, you agree to our terms at https://www.online-convert.com/terms                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ File Converter - By Online-Convert.com File Converter - By Online-Convert.com
ID dicgkflojhbopmagcacdklcpdfdcnhko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/file-converter-by-online/dicgkflojhbopmagcacdklcpdfdcnhko
คำอธิบาย Convert your files from one format to another. The official app from online-convert.com
ขนาดไฟล์ 4.03 MB
จำนวนการติดตั้ง 434,566
เวอร์ชันปัจจุบัน 7.5.1
อัปเดตครั้งล่าสุด 2023-06-20
วันที่เผยแพร่ 2020-05-11
คะแนน 4.46/5 รวมทั้งหมด 241 คะแนน
ผู้พัฒนา https://www.online-convert.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.online-convert.com/
URL หน้าช่วยเหลือ https://www.online-convert.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.online-convert.com/privacy
ภาษาที่รองรับ id,de,en,fr,vi,es,it,pt-PT,ru,hi,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_oc_name__",
    "short_name": "Converter",
    "description": "__MSG_extension_oc_description__",
    "version": "7.5.1",
    "author": "https:\/\/online-convert.com",
    "action": {
        "default_icon": "icons\/icon_48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                "translate_content.js",
                "gmail_content.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                "translate_content.js"
            ],
            "css": [
                "css\/google_style.css",
                "style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                "translate_content.js",
                "pdf_content.js",
                "pdf_injected.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.online-convert.com\/*",
            "*:\/\/*.online-convert.test\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pdf_injected.js",
                "gmail_injected_lib.js",
                "gmail_injected.js",
                "assets\/*",
                "css\/*",
                "_locales\/*",
                "img\/*",
                "webfonts\/*",
                "iframe.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ]
}