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 |
| Eメール | [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
} | |