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?

Convert File是由Convert File开发的Chrome扩展程序,该扩展的主要功能是“Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…”。

扩展截图

screenshot
screenshot
screenshot

下载Convert File扩展crx文件

下载Convert File扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Convert File Convert File
ID gdeceopaalhefhbplbibdcmjfkdmkggp
官方URL https://chromewebstore.google.com/detail/convert-file/gdeceopaalhefhbplbibdcmjfkdmkggp
简介 Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…
文件大小 436 KB
安装次数 25,226
当前版本 1.0.0.2
更新时间 2023-06-01
上架时间 2023-05-19
评分 1.00/5 共2次评分
开发者 Convert File
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://convertfile.ai/app/privacy.html
支持的语言 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:;"
    }
}