File Converter With Preview
Convert files to other formats.
什么是File Converter With Preview?
File Converter With Preview是由https://fcwp-fc371.web.app开发的Chrome扩展程序,该扩展的主要功能是“Convert files to other formats.”。
扩展截图
下载File Converter With Preview扩展crx文件
下载File Converter With Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Convert files to other formats. Supported files: PDF, EPUB, FB2, DOCX, PPTX, GIF, JPEG, MP3, FLAC, MP4, AVI, WEBM, CBR, CBZ, XML, JSON, TXT, HTML, and others. Functions: Preview for converted files. Converting a whole file or part of it. Fast conversion.
扩展基本信息
名称 | File Converter With Preview |
ID | alhkgkahgaeeajneemcjfkiejgfhlpfc |
官方URL | https://chromewebstore.google.com/detail/file-converter-with-previ/alhkgkahgaeeajneemcjfkiejgfhlpfc |
简介 | Convert files to other formats. |
文件大小 | 32.36 KB |
安装次数 | 113 |
当前版本 | 1.0 |
更新时间 | 2021-09-19 |
上架时间 | 2021-09-06 |
开发者 | https://fcwp-fc371.web.app |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "File Converter With Preview", "description": "Convert files to other formats.", "version": "1.0", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/fcwp-fc371.web.app\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "File Converter With Preview" }, "manifest_version": 2 } |