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…

Was ist Convert File?

Convert File ist eine Chrome-Erweiterung, die von Convert File entwickelt wurde, und ihr Hauptmerkmal ist "Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Convert File-Erweiterungs-CRX-Datei herunterladen

Laden Sie Convert File-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Convert File Convert File
ID gdeceopaalhefhbplbibdcmjfkdmkggp
Offizielle URL https://chromewebstore.google.com/detail/convert-file/gdeceopaalhefhbplbibdcmjfkdmkggp
Beschreibung Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…
Dateigröße 436 KB
Installationsanzahl 25,226
Aktuelle Version 1.0.0.2
Letztes Update 2023-06-01
Veröffentlichungsdatum 2023-05-19
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler Convert File
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://convertfile.ai/app/privacy.html
Unterstützte Sprachen 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:;"
    }
}