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…

Vad är Convert File?

Convert File är en Chrome-tillägg utvecklad av Convert File, och dess huvudfunktion är "Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Convert File-förlängningens CRX-fil

Ladda ner Convert File-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Convert File Convert File
ID gdeceopaalhefhbplbibdcmjfkdmkggp
Officiell webbadress https://chromewebstore.google.com/detail/convert-file/gdeceopaalhefhbplbibdcmjfkdmkggp
Beskrivning Convert File replaces your new tab with the ability to Convert Over 200+ File Types on the Fly with sponsored web search. Enjoy…
Filstorlek 436 KB
Antal Installationer 25,226
Aktuell Version 1.0.0.2
Senast Uppdaterad 2023-06-01
Publiceringsdatum 2023-05-19
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare Convert File
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://convertfile.ai/app/privacy.html
Stödda Språk 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:;"
    }
}