FreeConvert
Bookmark extension for FreeConvert.com
FreeConvertとは何ですか?
FreeConvertはhttp://freeconvert.comによって開発されたChromeの拡張機能で、その主な機能は「Bookmark extension for FreeConvert.com」です。
拡張機能のスクリーンショット
FreeConvert拡張機能のCRXファイルをダウンロード
FreeConvert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FreeConvert.com is an online tool to convert audio, video, image, or document files. Simply drag and drop your files and convert up to 20 files at a time. There is no software to install or account registrations. Most of our file conversions has advanced options for you to control the output file. For example: - Audio conversions (cut audio, select audio codec, bit rate, select channels..etc) - Video conversions (cut video, select target audio/video codec, bit rate, video aspect ratio and resolution) - Image conversions (set image dimensions, compression level) - Document conversions (Set orientation, margins, compression level) Plus, you can also use our intuitive unit converters to convert length, weight, temperature, energy, or area measurements from one unit to another.
拡張機能の基本情報
名前 | |
ID | dhljbjnfdmioakhdbgggpnigikkiebjm |
公式URL | https://chrome.google.com/webstore/detail/freeconvert/dhljbjnfdmioakhdbgggpnigikkiebjm |
説明 | Bookmark extension for FreeConvert.com |
ファイルサイズ | 9.17 KB |
インストール数 | 614 |
現在のバージョン | 1.1 |
最終更新日 | 2019-12-27 |
公開日 | 2019-12-18 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://freeconvert.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.freeconvert.com/ |
ヘルプページのURL | https://www.freeconvert.com/contact |
プライバシーポリシーページのURL | https://www.freeconvert.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FreeConvert", "version": "1.1", "description": "Bookmark extension for FreeConvert.com", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "File Converter", "default_icon": { "16": "images\/extension16.png", "32": "images\/extension32.png", "48": "images\/extension48.png", "128": "images\/extension128.png" } }, "icons": { "16": "images\/extension16.png", "32": "images\/extension32.png", "48": "images\/extension48.png", "128": "images\/extension128.png" }, "manifest_version": 2 } |