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 |
| 官方網址 | 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
} | |