FileZigZag - Online Free Converter
Free Online File Converter that converts files in best quality possible
什么是FileZigZag - Online Free Converter?
FileZigZag - Online Free Converter是由https://www.filezigzag.com开发的Chrome扩展程序,该扩展的主要功能是“Free Online File Converter that converts files in best quality possible”。
扩展截图
下载FileZigZag - Online Free Converter扩展crx文件
下载FileZigZag - Online Free Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FileZigZag - Free online converter that converts files with best quality possible! 扩展基本信息
| 名称 | |
| ID | lhmkiondbkdipiamhlejekifohkchahl |
| 官方URL | https://chromewebstore.google.com/detail/filezigzag-online-free-co/lhmkiondbkdipiamhlejekifohkchahl |
| 简介 | Free Online File Converter that converts files in best quality possible |
| 文件大小 | 22.02 KB |
| 安装次数 | 4,447 |
| 当前版本 | 1.4 |
| 更新时间 | 2020-04-21 |
| 上架时间 | 2020-04-21 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://www.filezigzag.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.filezigzag.com/online-converter |
| 帮助页面URL | https://www.filezigzag.com/faq |
| 隐私政策页面URL | https://www.filezigzag.com/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FileZigZag - Online Free Converter",
"short_name": "FileZigZag",
"description": "Free Online File Converter that converts files in best quality possible",
"version": "1.4",
"browser_action": {
"default_icon": {
"16": "images\/fzz_16.png",
"32": "images\/fzz_32.png",
"48": "images\/fzz_48.png",
"128": "images\/fzz_128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*.filezigzag.com\/*",
"*:\/\/localhost\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/fzz_16.png",
"32": "images\/fzz_32.png",
"48": "images\/fzz_48.png",
"128": "images\/fzz_128.png"
},
"homepage_url": "https:\/\/www.filezigzag.com\/online-converter",
"manifest_version": 2
} | |