FileZigZag - Online Free Converter
Free Online File Converter that converts files in best quality possible
Vad är FileZigZag - Online Free Converter?
FileZigZag - Online Free Converter är en Chrome-tillägg utvecklad av https://www.filezigzag.com, och dess huvudfunktion är "Free Online File Converter that converts files in best quality possible".
Tilläggsskärmbilder
Ladda ner FileZigZag - Online Free Converter-förlängningens CRX-fil
Ladda ner FileZigZag - Online Free Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
FileZigZag - Free online converter that converts files with best quality possible! Grundläggande Information om Tillägg
| Namn | |
| ID | lhmkiondbkdipiamhlejekifohkchahl |
| Officiell webbadress | https://chromewebstore.google.com/detail/filezigzag-online-free-co/lhmkiondbkdipiamhlejekifohkchahl |
| Beskrivning | Free Online File Converter that converts files in best quality possible |
| Filstorlek | 22.02 KB |
| Antal Installationer | 4,447 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2020-04-21 |
| Publiceringsdatum | 2020-04-21 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | https://www.filezigzag.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.filezigzag.com/online-converter |
| Hjälpsida URL | https://www.filezigzag.com/faq |
| URL till Sekretesspolicy Sidan | https://www.filezigzag.com/privacy |
| Stödda Språk | 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
} | |