FileZigZag - Online Free Converter
Free Online File Converter that converts files in best quality possible
FileZigZag - Online Free Converterคืออะไร?
FileZigZag - Online Free Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.filezigzag.com และคุณลักษณะหลักของมันคือ "Free Online File Converter that converts files in best quality possible"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FileZigZag - Online Free Converter
ดาวน์โหลดไฟล์ส่วนขยาย 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
} | |