Image to PDF Converter
Get your images(jpg, png, gif, bmp) converted to PDF document instantly
什么是Image to PDF Converter?
Image to PDF Converter是由https://online-converter.freepdfsolutions.com开发的Chrome扩展程序,该扩展的主要功能是“Get your images(jpg, png, gif, bmp) converted to PDF document instantly”。
扩展截图
下载Image to PDF Converter扩展crx文件
下载Image to PDF Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Convert images to pdf document rather easily. How? -Click extension icon, it will redirect you to online converter tool. -Select image files you want to convert and click convert button. -You will get pdf download link in email.
扩展基本信息
名称 | |
ID | jlpnnbpgcpkogdkhelnkcfgmnbbmllnb |
官方URL | https://chrome.google.com/webstore/detail/image-to-pdf-converter/jlpnnbpgcpkogdkhelnkcfgmnbbmllnb |
简介 | Get your images(jpg, png, gif, bmp) converted to PDF document instantly |
文件大小 | 6.39 KB |
安装次数 | 167 |
当前版本 | 1.0 |
更新时间 | 2018-10-04 |
上架时间 | 2018-10-04 |
评分 | 5.00/5 共4次评分 |
开发者 | https://online-converter.freepdfsolutions.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://online-converter.freepdfsolutions.com/#image-to-pdf-converter |
隐私政策页面URL | https://freeconverting.com/privacy.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image to PDF Converter", "default_locale": "en", "description": "Get your images(jpg, png, gif, bmp) converted to PDF document instantly", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" }, "permissions": [ "tabs" ] } |