Convert File

Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…

Convert File là gì?

Convert File là một tiện ích mở rộng Chrome được phát triển bởi Convert File, và tính năng chính của nó là "Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Convert File

Tải xuống các tệp mở rộng Convert File dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. 

Enjoy Quick & Easy Access to Convert over 200+ Supported File types. Simply click the Convert Icon at the top right of your New Tab page, select a file from your computer, and convert. 

Convert File extension features Quick File Conversions, Yahoo Web Search, and Default Background Image. When you upload a file to Convert File extension, Our API Automatically determines available conversion file type options. Select one of the options and Convert Your File with ease. 

Permissions Needed
-New Tab
Convert File extension will replace the page you see when opening a new tab with Convert File.

More information:
https://convertfile.ai/app/privacy.html                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Convert File Convert File
ID gdeceopaalhefhbplbibdcmjfkdmkggp
URL Chính Thức https://chromewebstore.google.com/detail/convert-file/gdeceopaalhefhbplbibdcmjfkdmkggp
Mô tả Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…
Kích Thước Tệp 436 KB
Số Lần Cài Đặt 25,226
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2023-06-01
Ngày Phát Hành 2023-05-19
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Convert File
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://convertfile.ai/app/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2",
    "manifest_version": 3,
    "short_name": "Convert File",
    "name": "Convert File",
    "background": {
        "service_worker": "install_service.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/v2.convertapi.com https:\/\/api.convertfile.ai https:\/\/www.convertfile.ai https:\/\/convertfile.ai https:\/\/www.convertapi.com; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/convertfile.ai * data:;"
    }
}