FreeConvert

Bookmark extension for FreeConvert.com

什么是FreeConvert?

FreeConvert是由http://freeconvert.com开发的Chrome扩展程序,该扩展的主要功能是“Bookmark extension for FreeConvert.com”。

扩展截图

screenshot
screenshot

下载FreeConvert扩展crx文件

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

扩展使用说明

                        FreeConvert.com is an online tool to convert audio, video, image, or document files. 

Simply drag and drop your files and convert up to 20 files at a time. There is no software to install or account registrations.

Most of our file conversions has advanced options for you to control the output file. For example:

- Audio conversions (cut audio, select audio codec, bit rate, select channels..etc)
- Video conversions (cut video, select target audio/video codec, bit rate, video aspect ratio and resolution)
- Image conversions (set image dimensions, compression level)
- Document conversions (Set orientation, margins, compression level)

Plus, you can also use our intuitive unit converters to convert length, weight, temperature, energy, or area measurements from one unit to another.                    

扩展基本信息

名称 FreeConvert FreeConvert
ID dhljbjnfdmioakhdbgggpnigikkiebjm
官方URL https://chrome.google.com/webstore/detail/freeconvert/dhljbjnfdmioakhdbgggpnigikkiebjm
简介 Bookmark extension for FreeConvert.com
文件大小 9.17 KB
安装次数 614
当前版本 1.1
更新时间 2019-12-27
上架时间 2019-12-18
评分 5.00/5 共1次评分
开发者 http://freeconvert.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.freeconvert.com/
帮助页面URL https://www.freeconvert.com/contact
隐私政策页面URL https://www.freeconvert.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreeConvert",
    "version": "1.1",
    "description": "Bookmark extension for FreeConvert.com",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "File Converter",
        "default_icon": {
            "16": "images\/extension16.png",
            "32": "images\/extension32.png",
            "48": "images\/extension48.png",
            "128": "images\/extension128.png"
        }
    },
    "icons": {
        "16": "images\/extension16.png",
        "32": "images\/extension32.png",
        "48": "images\/extension48.png",
        "128": "images\/extension128.png"
    },
    "manifest_version": 2
}