Image Convert and Download
Allows to download svg and images and take screenshots in different formats
什么是Image Convert and Download?
Image Convert and Download是由haseebeqx开发的Chrome扩展程序,该扩展的主要功能是“Allows to download svg and images and take screenshots in different formats”。
扩展截图
下载Image Convert and Download扩展crx文件
下载Image Convert and Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension creates a context menu to download any images including favicon or take a page screenshot in JPEG or PNG format. It works with any image format supported by chrome including svg. It also allows to copy any image as data urls.
扩展基本信息
名称 | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
官方URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
简介 | Allows to download svg and images and take screenshots in different formats |
文件大小 | 14.53 KB |
安装次数 | 45 |
当前版本 | 0.3 |
更新时间 | 2020-12-31 |
上架时间 | 2020-12-20 |
评分 | 5.00/5 共1次评分 |
开发者 | haseebeqx |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/haseebeqx/image-converter-downloader-extension |
帮助页面URL | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Convert and Download", "version": "0.3", "description": "Allows to download svg and images and take screenshots in different formats", "permissions": [ "contextMenus", "downloads", "activeTab" ], "background": { "scripts": [ "contextMenu.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |